diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-06 17:42:07 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-06 17:42:07 +0000 |
commit | fe02f278081d6812a6dd089c3e2cdf775194b510 (patch) | |
tree | 80c2b1bb0168d16b89c6adf13280ad02829c86f4 /community/syncthing | |
parent | 9b6e05fdac718581ec8457c1146b058273772ba7 (diff) | |
download | aports-fe02f278081d6812a6dd089c3e2cdf775194b510.tar.bz2 aports-fe02f278081d6812a6dd089c3e2cdf775194b510.tar.xz |
community/syncthing: upgrade to 0.14.42
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 625bbf82fc..6a75f26c11 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.41 +pkgver=0.14.42 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="https://syncthing.net/" @@ -57,7 +57,7 @@ utils() { done } -sha512sums="f8f4f8c2006141a088a037ffbc2aca9d2eecb1f9e95d8424cbe0a11806814969fb33e7cb0988bcd6cfeb3428d6857552b2b909489583c29ba5205af912149b80 syncthing-0.14.41.tar.gz +sha512sums="0704ded365e0d0c3da5264d55dcb4a0a5b2c1439d1c1c784afc5b2448d1022b14b3cfb38eae54d5a9f4a7e9a330e4e0123e6ae8fe39a2fe3df07342c5a074703 syncthing-0.14.42.tar.gz 7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5 syncthing.initd 3fd2b699e07891ae16c67af56d516ba0fde13d5e5d067dd680fc59f9fc5b2f7c5f685b040841588cca6de1f7fb4b094572e5eb73dda8ab30d4b2994d3f526047 only-test-with-race-when-provided.patch 5dec62fc0555e298a1be4aede02dde3b407e8d4adbddc5d82d6dcd2f761f3b3eed7b71de51ab08efd185b84c9706fdb9e26a1086474623eb52b344cc793cf876 enable-generic-build-on-s390x.patch" |