From f619554187ba6aa9c2d74954626d3e52607c5e48 Mon Sep 17 00:00:00 2001 From: Olaf Mersmann Date: Thu, 8 Oct 2020 00:36:53 +0200 Subject: [PATCH 1/2] frp: update to 0.34.1. --- srcpkgs/frp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template index 01149cada68..81df470c9a1 100644 --- a/srcpkgs/frp/template +++ b/srcpkgs/frp/template @@ -1,6 +1,6 @@ # Template file for 'frp' pkgname=frp -version=0.32.0 +version=0.34.1 revision=1 build_style=go go_import_path=github.com/fatedier/frp @@ -10,7 +10,7 @@ maintainer="Anachron " license="Apache-2.0" homepage="https://github.com/fatedier/frp" distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz" -checksum=39162780b28c0019207d83919530b573fac0bef8df30f1b6a5860886b0616c67 +checksum=a47f952cc491a1d5d6f838306f221d6a8635db7cf626453df72fe6531613d560 conf_files="/etc/frp/*.ini" From 76ff9d269ebc7492a6aea8d712799505b8ecd914 Mon Sep 17 00:00:00 2001 From: Olaf Mersmann Date: Thu, 8 Oct 2020 00:55:59 +0200 Subject: [PATCH 2/2] bat: update to 0.16.0. --- srcpkgs/bat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index 31483d68521..32f6c45ed55 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -1,6 +1,6 @@ # Template file for 'bat' pkgname=bat -version=0.15.4 +version=0.16.0 revision=1 build_style=cargo hostmakedepends="cmake llvm clang" @@ -10,7 +10,7 @@ maintainer="John " license="Apache-2.0, MIT" homepage="https://github.com/sharkdp/bat" distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz" -checksum=03b7c8ad6221ca87cecd71f9e3e2167f04f750401e2d3dcc574183aabeb76a8b +checksum=4db85abfaba94a5ff601d51b4da8759058c679a25b5ec6b45c4b2d85034a5ad3 pre_build() { export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"