From 2a835d1ba1a4f742a1a4e84873b2fc2763f521a6 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 29 Jan 2024 00:51:42 +0100 Subject: [PATCH] xh: update to 0.21.0 --- srcpkgs/xh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template index 15c633885a5..9481053f1b8 100644 --- a/srcpkgs/xh/template +++ b/srcpkgs/xh/template @@ -1,6 +1,6 @@ # Template file for 'xh' pkgname=xh -version=0.20.1 +version=0.21.0 revision=1 build_style=cargo configure_args="--no-default-features --features online-tests,native-tls" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/ducaale/xh" changelog="https://raw.githubusercontent.com/ducaale/xh/master/CHANGELOG.md" distfiles="https://github.com/ducaale/xh/archive/refs/tags/v${version}.tar.gz" -checksum=3d4f5ac1c7ead00891c85a569df452d583d3c10df61f6ceb3fb58b5fef2ffdbc +checksum=7e6b91a46bbbfee3907bf06d224a2e66a92b8f3e3950de43de5f06ce3beaacec post_install() { ln -sf xh "${DESTDIR}/usr/bin/xhs"