From a782ece2ccb18f8a0d75ce39cc5db5e0b104c47e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 29 Mar 2015 13:41:19 +0200 Subject: [PATCH] syncthing: update to 0.10.30. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 7bffc073146..3958aa2890c 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.29 +version=0.10.30 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncan Overbruck " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=d02ee628f818131656e1f01ae16d6326b6f1055005efce1ea983ffe93060f35e +checksum=0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880 do_build() { goarch="${GOARCH}"