diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-05 14:01:12 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-05 14:01:31 +0000 |
commit | 9c54e8fb98e7478c5482adbb2302ebb0045d6f0c (patch) | |
tree | 4d1c701d4b9ea97a7539d4e9b760634b0c673282 /community/syncthing | |
parent | f7072306b83c713264a9e3a9944dcf8d072fa92e (diff) | |
download | aports-9c54e8fb98e7478c5482adbb2302ebb0045d6f0c.tar.bz2 aports-9c54e8fb98e7478c5482adbb2302ebb0045d6f0c.tar.xz |
community/syncthing: upgrade to 0.14.46
Diffstat (limited to 'community/syncthing')
-rw-r--r-- | community/syncthing/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index bf031a6bc2..5b403863ab 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=syncthing -pkgver=0.14.45 +pkgver=0.14.46 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="https://syncthing.net/" @@ -56,6 +56,6 @@ utils() { done } -sha512sums="7fa192836f19a3d3539f2d5f11dd38a86bab0b9bdde4af5e7c9fd361fd1ef3bc106383d7b35f60dd9b9e0ab34c27dde1b5e59f64a0853a8d8f9d0e72e59c262f syncthing-0.14.45.tar.gz +sha512sums="ebf8491d1ac1dda90df35b8a9dafb808a9171d4a8083f0f24ac1c9b3aa8d2baac6cef61c5cd897a88c3fb93b114d79a31a341168859f091ed2cdef529321178c syncthing-0.14.46.tar.gz 7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5 syncthing.initd 3fd2b699e07891ae16c67af56d516ba0fde13d5e5d067dd680fc59f9fc5b2f7c5f685b040841588cca6de1f7fb4b094572e5eb73dda8ab30d4b2994d3f526047 only-test-with-race-when-provided.patch" |