xh: update to 0.14.1
This commit is contained in:
parent
a07ac402cb
commit
0118b3abd0
1 changed files with 4 additions and 4 deletions
|
@ -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 <arthur.contrib@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue