From 795317c4553502800fdbd9267bacac1105359460 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 23 Aug 2015 13:11:29 +0200 Subject: [PATCH] syncthing: update to 0.11.21. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 50372deb01..81ab8dc554 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.20 +version=0.11.21 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=89416e33f27434ee95c4e4c47e13a2211a4246c87728e52298e713050a62dac8 +checksum=d500857b9e165c0b574a86ca31bb067c4a8540c4c7591b6557dcc37189aeedd1 do_build() { goarch="${GOARCH}"