diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-17 05:00:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-17 19:52:00 +0000 |
commit | d1f57cacf8a4a0572680f957ce259a52466d53bf (patch) | |
tree | 127243ba47d4184cf2d9e72a80eb6832af991cf6 /community/syncthing | |
parent | 7998fbc55776e96d5056a9c91576deec42ac6d42 (diff) | |
download | aports-d1f57cacf8a4a0572680f957ce259a52466d53bf.tar.bz2 aports-d1f57cacf8a4a0572680f957ce259a52466d53bf.tar.xz |
community/syncthing: upgrade to 1.4.0
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 a529434431..f0ee200462 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=1.3.4 +pkgver=1.4.0 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" options="chmod-clean" @@ -62,6 +62,6 @@ utils() { done } -sha512sums="1584e0856a7c559d4e809b171c6c7aa0cd01ca94a513607bc3ce6543a82ecb454647c990dfed221cf9d3d566b6c5b522f3fc3549aefbb0487111ecf54366f8b8 syncthing-1.3.4.tar.gz +sha512sums="efa87219816f43d1e3b7050699ef8bfec94f8290f0d705d8c2a4bb017cc61b01a6e8a4df9044c1a146a677d97e8379827426ede1771811f84f2d8457e79ea7d4 syncthing-1.4.0.tar.gz 81bcb6b2e0956624b596201d1de24a3b6fcb10d08761f2c426081350b611295a7f4d47775d175f2ee5dbbb289b98bc022389fc9992f0d31bcdbfde855ceafaf8 only-test-with-race-when-provided.patch 7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5 syncthing.initd" |