From c38e072c03ab44055af11e7ff9a1239afde65b70 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 27 Dec 2015 13:42:58 +0100 Subject: [PATCH] syncthing: update to 0.12.10. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index b0512cd70b..89453cbee5 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.9 +version=0.12.10 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=08579a5492c97eff727ad54c6b4147519b76e08a2339869e18b5e5c9b3854fd9 +checksum=9bea460f7d2098bb2eecce5f0e2788616d9d1a8c44aa44445ac6e868296ba1f8 do_build() { goarch="${GOARCH}"