mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
xh: update to 0.17.0
This commit is contained in:
parent
fc46f5f172
commit
244fa3491d
1 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'xh'
|
||||
pkgname=xh
|
||||
version=0.16.1
|
||||
version=0.17.0
|
||||
revision=1
|
||||
# depends on ring
|
||||
archs="x86_64* i686* armv[67]* aarch64*"
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features --features online-tests,native-tls"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
short_desc="Friendly and fast tool for sending HTTP requests"
|
||||
|
@ -12,18 +11,18 @@ maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
|
|||
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/v${version}.tar.gz"
|
||||
checksum=c1fd4f33be96ba1c19580fc66dd9d059a716f00f532a516e159ce9342e50cd43
|
||||
distfiles="https://github.com/ducaale/xh/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=31a944b1932fb785a191932944ff662a33ad99724cb5bc260acdaf821fb2e088
|
||||
|
||||
post_install() {
|
||||
ln -sf ${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
|
||||
ln -sf xh "${DESTDIR}/usr/bin/xhs"
|
||||
|
||||
vcompletion completions/xh.bash bash
|
||||
vcompletion completions/_xh zsh
|
||||
vcompletion completions/xh.fish fish
|
||||
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
vlicense LICENSE
|
||||
|
||||
for m in doc/*.1; do
|
||||
vman "$m"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue