From 151806cc367b34dda6b9c04577cc72ea9652aa41 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 20 Feb 2023 23:33:16 +0100 Subject: [PATCH] xh: update to 0.18.0 --- srcpkgs/xh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template index 2b3645339dbf..d9d00310586b 100644 --- a/srcpkgs/xh/template +++ b/srcpkgs/xh/template @@ -1,6 +1,6 @@ # Template file for 'xh' pkgname=xh -version=0.17.0 +version=0.18.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=31a944b1932fb785a191932944ff662a33ad99724cb5bc260acdaf821fb2e088 +checksum=ed16781248d60a1f86d8da206440e9c761520bcd00917213dc6eb68fe357999e post_install() { ln -sf xh "${DESTDIR}/usr/bin/xhs"