From 8db7ba897661d2a6ade0b722975746ab4ee5de6c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 12 Oct 2017 04:43:26 +0200 Subject: [PATCH] syncthing: update to 0.14.39. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d2eeb8ebc2b..5bf8d6d72b8 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.38 +version=0.14.39 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=76c1dab5873d6f3b9799ad3e5dcab4c17fb0f5a699fe845bd081f162d96f4477 +checksum=0a4a64615c3080aab9285bbe9746ae2c6b9cc8fa0ce2ec7dd9b1dd9b801ff89c pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go