From b033ae7fc59f3dbf43cfa546dd0dc9276805e7b0 Mon Sep 17 00:00:00 2001 From: opal hart <opal@wowana.me> Date: Wed, 17 Apr 2019 00:30:32 +0000 Subject: [PATCH] community/syncthing: bump to 1.0.1 --- community/syncthing/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index e8e7415ec6df..36be88fe8bc4 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.54 +pkgver=1.0.1 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="https://syncthing.net/" @@ -16,8 +16,8 @@ install="$pkgname.pre-install" subpackages="$pkgname-utils $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz - $pkgname.initd only-test-with-race-when-provided.patch + $pkgname.initd " builddir="$srcdir/src/github.com/$pkgname/$pkgname" @@ -56,6 +56,6 @@ utils() { done } -sha512sums="979a4099e188d213d21b1b7b2a2baea7e7c65bda403713245f1d1c0f3fafd935c0697ea0283b77284e8e24325088e43756814c9ae24bbebb3526f91235e9ae82 syncthing-0.14.54.tar.gz -7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5 syncthing.initd -3fd2b699e07891ae16c67af56d516ba0fde13d5e5d067dd680fc59f9fc5b2f7c5f685b040841588cca6de1f7fb4b094572e5eb73dda8ab30d4b2994d3f526047 only-test-with-race-when-provided.patch" +sha512sums="7f9fd48e00fae2f0913eb9eeddadaad1d5d7559164a24020706e70411f8ec43420192c4c9422699be6faa1641a382d5b8627038ca9a5dad38ee0e189970efbb7 syncthing-1.0.1.tar.gz +3fd2b699e07891ae16c67af56d516ba0fde13d5e5d067dd680fc59f9fc5b2f7c5f685b040841588cca6de1f7fb4b094572e5eb73dda8ab30d4b2994d3f526047 only-test-with-race-when-provided.patch +7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5 syncthing.initd" -- GitLab