From fd6452b99a4307d9f50d929179625569aedba1e4 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 30 Aug 2015 14:20:42 +0200 Subject: [PATCH] syncthing: update to 0.11.23. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 33e7437814..6a66c47723 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.21 -revision=2 +version=0.11.23 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" short_desc="Open Source Continuous File Synchronization" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=d500857b9e165c0b574a86ca31bb067c4a8540c4c7591b6557dcc37189aeedd1 +checksum=8c011e90c8c98aea2f9fb58d8fdc0ebbe4ef442569294a0610615fc528d0525e do_build() { goarch="${GOARCH}"