From 8252c47d5b7cc651515e579cc5187fd6f5c41ab3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 13 Apr 2016 20:19:10 +0200 Subject: [PATCH] syncthing: update to 0.12.22. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 1d84fceea8c..b4eff7eb8c2 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.21 -revision=2 +version=0.12.22 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" short_desc="Open Source Continuous File Synchronization" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=f236ea51a072942987bb7c4c0f95b456c960d659b8f86660b61aa56f72066bdb +checksum=104402fcd1a2d02344e32cebd9f9d6249494827e87ddd2c7d01ee43148c82d2a do_build() { goarch="${GOARCH}"