From 5a0f6555af94ab58e3ea0a28f692845e652d781f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 8 Mar 2015 15:25:10 +0100 Subject: [PATCH] syncthing: update to 0.10.25. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 00c3934fcd..56fdbe8227 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.24 +version=0.10.25 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=e820f74f1aa54691c280068218de3d868c262962adbdf4bb355a28d85439e39d +checksum=4c7d34ef78e83e1917a96503c4e8dcb2fe8dfa01a1cf8047a51163f23753a9ef do_build() { goarch="${GOARCH}"