From 850c79a1b6152e889708226d50f24fe1e1275b60 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 18 May 2016 15:48:54 +0200 Subject: [PATCH] syncthing: update to 0.13.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d52c07bd62..30d4f16c15 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.24 +version=0.13.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=9faf913b27feb4c532d1febd6e4fc89e60c0b1cfd9aebef4a42851e220227044 +checksum=5ef08bf656e9e03acbe24ac235bf3f99853798a032739293b472ab2f010041c4 do_build() { goarch="${GOARCH}"