From fde6263173a0b3aed90d1cfe6dde416d9e249e2d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 21 May 2016 16:23:50 +0200 Subject: [PATCH] syncthing: update to 0.13.2. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 889a3045079..38d4a0520b9 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.13.1 +version=0.13.2 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=5ff881a1d96915a997b01adce98b5189408656dec228214f631efe82d35a83ea +checksum=98dac8cf182222967f96e213dc307ede3ed5c6407bd66faeb81e904de4011e89 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go