From f23fa99c91045f898ea1e98e4dc87f7909d1b9d8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 1 Mar 2015 22:43:53 +0100 Subject: [PATCH] syncthing: update to 0.10.24. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 15b04ac4ec2..00c3934fcd2 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.23 +version=0.10.24 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=c8c829191620e2268209c3da19b4b58b3568aaf859d9be84b161da26454fb54a +checksum=e820f74f1aa54691c280068218de3d868c262962adbdf4bb355a28d85439e39d do_build() { goarch="${GOARCH}"