From 1be61fb9f58d2afabb0603902e7803bdca3dc75a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 26 May 2016 17:37:18 +0200 Subject: [PATCH] syncthing: update to 0.13.4. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 38d4a0520b9..3904424856d 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.13.2 +version=0.13.4 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=98dac8cf182222967f96e213dc307ede3ed5c6407bd66faeb81e904de4011e89 +checksum=c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go