From 921c7d75402bb0909d0df59d2da2b22b03389587 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 15 Dec 2021 11:08:03 -0500 Subject: [PATCH] xh: update to 0.14.1 --- srcpkgs/xh/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template index 4a878889d438..eddc9c125106 100644 --- a/srcpkgs/xh/template +++ b/srcpkgs/xh/template @@ -1,6 +1,6 @@ # Template file for 'xh' pkgname=xh -version=0.14.0 +version=0.14.1 revision=1 # depends on ring archs="x86_64* i686* armv[67]* aarch64*" @@ -11,12 +11,12 @@ short_desc="Friendly and fast tool for sending HTTP requests" maintainer="Arthur Weagel " license="MIT" homepage="https://github.com/ducaale/xh" -changelog="https://github.com/ducaale/xh/blob/master/CHANGELOG.md" +changelog="https://raw.githubusercontent.com/ducaale/xh/master/CHANGELOG.md" distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz" -checksum=6abc32e2fa49a3c7a08379dbe7375735ec7bc8f25c3f29774e275e9dcac42711 +checksum=ca89e8a9a230ff16cc0bba5bd7ebdceb986eac84638e15b4928d737b9ec12776 post_install() { - ln -sf /usr/bin/${pkgname} ${DESTDIR}/usr/bin/${pkgname}s + ln -sf ${pkgname} ${DESTDIR}/usr/bin/${pkgname}s vcompletion completions/xh.bash bash vcompletion completions/_xh zsh