diff options
author | Shiz <hi@shiz.me> | 2017-05-12 22:19:02 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-12 22:19:41 +0200 |
commit | 1f89c5f7ea9a5188e5d6a5352ae1fd6bf74fa8d5 (patch) | |
tree | c72476824045135afbf346e78a99ad312d9f4714 /community/syncthing/update-sha256-simd-dependency.patch | |
parent | c2f2b12d5bedea536111ce64d7c8d17054938c3b (diff) | |
download | aports-1f89c5f7ea9a5188e5d6a5352ae1fd6bf74fa8d5.tar.bz2 aports-1f89c5f7ea9a5188e5d6a5352ae1fd6bf74fa8d5.tar.xz |
community/syncthing: fix minio/sha256-simd dependency for s390x
Diffstat (limited to 'community/syncthing/update-sha256-simd-dependency.patch')
-rw-r--r-- | community/syncthing/update-sha256-simd-dependency.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/syncthing/update-sha256-simd-dependency.patch b/community/syncthing/update-sha256-simd-dependency.patch new file mode 100644 index 0000000000..6594297518 --- /dev/null +++ b/community/syncthing/update-sha256-simd-dependency.patch @@ -0,0 +1,13 @@ +Update minio/sha256-simd to a version that supports s390x. +diff -Nru a/vendor/manifest b/vendor/manifest +--- a/vendor/manifest 2017-04-15 07:38:23.000000000 +0000 ++++ b/vendor/manifest 2017-05-12 20:14:19.175873879 +0000 +@@ -313,7 +313,7 @@ + "importpath": "github.com/minio/sha256-simd", + "repository": "https://github.com/minio/sha256-simd", + "vcs": "git", +- "revision": "6124d070eb4e7001c244b6ccc282620a5dce44a0", ++ "revision": "f3ec2e4d36d43c3a899ed4b7d9f62188edcf5afd", + "branch": "master", + "notests": true + }, |