From de109af78ef761cfb93bc13cb63b0c29b3d6aa25 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 14 Feb 2016 20:38:50 +0100 Subject: [PATCH] syncthing: update to 0.12.19. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3bfdd872659..21160e4ef75 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.18 +version=0.12.19 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=e0d1af4f29c9e2325507a7daf4bf97098c87c321a7e075125b66ddaa34b37eb4 +checksum=5a7035029974fe0fb496d9f8af880a50bcc8499ff5eef7ee4ef48f08df37820e do_build() { goarch="${GOARCH}"