~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/syncthing: upgrade to 1.10.0

Details
Message ID
<20201006155220.19256-1-reedwade@misterbanal.net>
DKIM signature
missing
Download raw message
Patch: +3 -3
Tests has been fixed so we can include back aarch64.

Signed-off-by: Reed Wade <reedwade@misterbanal.net>
---
 community/syncthing/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index 5e82f4e57e..4bdd872a91 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -3,13 +3,13 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=syncthing
pkgver=1.9.0
pkgver=1.10.0
pkgrel=0
pkgdesc="Open Source Continuous File Synchronization"
options="chmod-clean"
url="https://syncthing.net/"
arch="all !mips !mips64" # go is missing
arch="$arch !ppc64le !aarch64" # Tests fail
arch="$arch !ppc64le"
license="MPL-2.0"
pkgusers="$pkgname"
pkggroups="$pkgname"
@@ -66,6 +66,6 @@ utils() {
	done
}

sha512sums="5637b663500096a093bfb7e38845eac440ff38c91d34575c36213b7d89788122674e95e33b6ea14465a27bd663ab83f8a61c7de9214e929b0aa3caaf4982bf42  syncthing-1.9.0.tar.gz
sha512sums="c47d48684c66ed3257ba8e6cb36e01375a9f132faaa27ef99a761a1420cadeeecf6e9b62d953ca2e71be174d17d715b7d65558eb7a4e5af05e5b6f2c1a31efc5  syncthing-1.10.0.tar.gz
81bcb6b2e0956624b596201d1de24a3b6fcb10d08761f2c426081350b611295a7f4d47775d175f2ee5dbbb289b98bc022389fc9992f0d31bcdbfde855ceafaf8  only-test-with-race-when-provided.patch
7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5  syncthing.initd"
--
2.28.0
Reply to thread Export thread (mbox)