Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / xh
Commits:
d38eea24 by Orhun Parmaksız at 2024-10-13T13:33:27+02:00
upgpkg: 0.23.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xh
pkgdesc = Friendly and fast tool for sending HTTP requests
- pkgver = 0.22.2
+ pkgver = 0.23.0
pkgrel = 1
url = https://github.com/ducaale/xh
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = xh
depends = openssl
replaces = ht-rs
replaces = ht
- source =
xh-0.22.2.tar.gz::https://github.com/ducaale/xh/archive/v0.22.2.tar.gz
- sha256sums =
32a6470ab705aba4c37fce9806202dcc0ed24f55e091e2f4bdf7583108a3da63
+ source =
xh-0.23.0.tar.gz::https://github.com/ducaale/xh/archive/v0.23.0.tar.gz
+ sha256sums =
c44ca41b52b5857895d0118b44075d94c3c4a98b025ed3433652519a1ff967a0
pkgname = xh
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Wesley Moore <[email protected]>
pkgname=xh
-pkgver=0.22.2
+pkgver=0.23.0
pkgrel=1
pkgdesc="Friendly and fast tool for sending HTTP requests"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'openssl')
makedepends=('cargo')
replaces=('ht-rs' 'ht')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('32a6470ab705aba4c37fce9806202dcc0ed24f55e091e2f4bdf7583108a3da63')
+sha256sums=('c44ca41b52b5857895d0118b44075d94c3c4a98b025ed3433652519a1ff967a0')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/d38eea24736b5c8274a173c07c8993cfac4513f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/d38eea24736b5c8274a173c07c8993cfac4513f1
You're receiving this email because of your account on gitlab.archlinux.org.