From 46c694b4ab1e2ae94d1c50c3b11da7f55a4c49a2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 15 Nov 2015 18:32:15 +0100 Subject: [PATCH] syncthing: update to 0.12.3. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 10ae17f6fc..0d96c1ace4 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.2 +version=0.12.3 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=22d14c884537c8b6b6cb40563d4876e5167ea183f5c9d0e711782b5623dd59f9 +checksum=2e9777c7131bebbb64e295888ea8956ec0649ed0e86d4700a1474d43a0bdcbbc do_build() { goarch="${GOARCH}"