From aa3ddc79ba16648d75b76549fc155916feafc201 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 1 Oct 2019 14:19:05 +0200 Subject: [PATCH 1/2] syncthing: update to 1.3.0. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 5ae7433fecc..f7291fe36be 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.2.2 -revision=2 +version=1.3.0 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" @@ -14,7 +14,7 @@ license="MPL-2.0" changelog="https://github.com/syncthing/syncthing/releases" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=8a7961d380bbb307610d28b9f2b5565892c7d659cae85665726c3dc9a3835baa +checksum=c6bb52c108a30a610afcc1023949674ca66f24127cbd569ab64789f0071d72e7 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go From 0899ae766f5a30746c195e4f9b7760d29a3ae980 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 1 Oct 2019 15:01:28 +0200 Subject: [PATCH 2/2] knot-resolver: update to 4.2.1. --- srcpkgs/knot-resolver/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/knot-resolver/template b/srcpkgs/knot-resolver/template index 5ea7bd50f0c..6f532aef9e9 100644 --- a/srcpkgs/knot-resolver/template +++ b/srcpkgs/knot-resolver/template @@ -1,7 +1,7 @@ # Template file for 'knot-resolver' pkgname=knot-resolver -version=4.2.0 -revision=2 +version=4.2.1 +revision=1 build_style=meson configure_args=" -Dclient=enabled @@ -17,7 +17,7 @@ maintainer="Duncaen " license="GPL-3.0-or-later" homepage="https://www.knot-resolver.cz/" distfiles="https://secure.nic.cz/files/knot-resolver/knot-resolver-${version}.tar.xz" -checksum=b37ff9ceefbaa4e4527d183fb1bbb63e641d34d9889ce92715128bc1423c7ef4 +checksum=286e432762f8aa5e605e5e8fecf81815b55c4ed0be19a63e81fbc28171ae553b system_accounts="_knot_resolver" _knot_resolver_homedir="/var/cache/knot-resolver"