Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / xh
Commits:
df062fad by Caleb Maclennan at 2025-09-20T05:00:17+03:00
upgpkg: 0.25.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xh
pkgdesc = Friendly and fast tool for sending HTTP requests
- pkgver = 0.24.1
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/ducaale/xh
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = xh
depends = oniguruma
replaces = ht-rs
replaces = ht
- source =
xh-0.24.1.tar.gz::https://github.com/ducaale/xh/archive/v0.24.1.tar.gz
- sha256sums =
c5902052c66e20fd2c0b49db14edb027f54500b502108327e17260c64a42edee
+ source =
xh-0.25.0.tar.gz::https://github.com/ducaale/xh/archive/v0.25.0.tar.gz
+ sha256sums =
6145f48cbefbb2bd1aa97ebcc8528d15ada1303e6e80fdd6a4637014f0f1df1c
pkgname = xh
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Wesley Moore <[email protected]>
pkgname=xh
-pkgver=0.24.1
+pkgver=0.25.0
pkgrel=1
pkgdesc="Friendly and fast tool for sending HTTP requests"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'openssl' 'oniguruma')
makedepends=('cargo')
replaces=('ht-rs' 'ht')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c5902052c66e20fd2c0b49db14edb027f54500b502108327e17260c64a42edee')
+sha256sums=('6145f48cbefbb2bd1aa97ebcc8528d15ada1303e6e80fdd6a4637014f0f1df1c')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/df062fad581ab336c55589727ea787bbe63e7519
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/df062fad581ab336c55589727ea787bbe63e7519
You're receiving this email because of your account on gitlab.archlinux.org.