From ac843776cdd6dae67a96717f0072424e77505eef Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 11 Mar 2015 22:18:14 +0100 Subject: [PATCH] syncthing: update to 0.10.26. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 56fdbe82279..7246bffeac8 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.25 +version=0.10.26 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncan Overbruck " license="GPL-3" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=4c7d34ef78e83e1917a96503c4e8dcb2fe8dfa01a1cf8047a51163f23753a9ef +checksum=b1f1ade34684193287e6b0480f5b13ad8a3b2f9e39820b4df1d20176bb547c7c do_build() { goarch="${GOARCH}"