From 09c4726665c60af9cef37555a68513d790d935b6 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 3 Jun 2016 16:02:20 +0200 Subject: [PATCH] syncthing: update to 0.13.5. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3904424856d..0f116efe502 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.13.4 +version=0.13.5 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=c7ecb7ace4837295a03fc72d0b133d2ec149e412bd998d9247d7d4504ef0f64b +checksum=c0427e28b4aa3f8e2f2d214132b1c65ac2b12a7c96bd7a0d46db0825e23f67ae pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go