From 141a1eaf7fadc0a3462bcb35c7f2aeed48ad9fd0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 22 Mar 2015 16:05:51 +0100 Subject: [PATCH] syncthing: update to 0.10.29. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 83f95cd5e7..7bffc07314 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.28 -revision=2 +version=0.10.29 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" short_desc="Open Source Continuous File Synchronization" @@ -9,7 +9,7 @@ maintainer="Duncan Overbruck " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=239db58f276493135f4c5a91644523876dea4e9df0201517dab5a25dd102239f +checksum=d02ee628f818131656e1f01ae16d6326b6f1055005efce1ea983ffe93060f35e do_build() { goarch="${GOARCH}"