From 5a80eb8012ac218849697bbd45f42726a9694361 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 7 Jun 2015 17:26:07 +0200 Subject: [PATCH] syncthing: update to 0.11.8. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d53afc2317..f2a2d21ffb 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.7 +version=0.11.8 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=467a511b35046da90ed4416210222339a59539cf463fd72149f6f40fe6953340 +checksum=05606bed557c2bd287ab800ff3486f31f9a57cf16be2a9aee1241e3aa78be3fc do_build() { goarch="${GOARCH}"