From 02db5ff7facaee7951db1477449322195669c5f7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 23 Mar 2016 09:31:03 +0100 Subject: [PATCH] syncthing: update to 0.12.21. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index a22fc42cad7..5e52f5b45fa 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.20 +version=0.12.21 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=89dc46ebbe8b114467abe0171fd03a76408a9cf4fe44308db2b6d60eee233006 +checksum=f236ea51a072942987bb7c4c0f95b456c960d659b8f86660b61aa56f72066bdb do_build() { goarch="${GOARCH}"