From bbaff2cf7986c2c5ba54201b3ce4f1ba2d7280ca Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 5 Jul 2015 14:07:23 +0200 Subject: [PATCH] syncthing: update to 0.11.12. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index fe095cd7b22..393d69d047c 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.11 +version=0.11.12 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=ed5606305c7f365dffc364b1f72a9a521a99341ddc0cfa75e89430a7558da779 +checksum=e54d4135b21ebad80afd8f96d62053219af77d31f029c4831102c4736a94eb26 do_build() { goarch="${GOARCH}"