From 219c810bc57408ac7469ddb77eb635a0489fba33 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 22 Mar 2015 14:10:32 +0100 Subject: [PATCH] syncthing: update to 0.10.28. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 50d33244703..e72728ee9cb 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.27 +version=0.10.28 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncan Overbruck " license="GPL-3" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=a5df433b58dcdaaa7bba0830464dd252999c00ee84ee252a6ba81ebe05827cd8 +checksum=239db58f276493135f4c5a91644523876dea4e9df0201517dab5a25dd102239f do_build() { goarch="${GOARCH}"