Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / xh
Commits:
f67e89de by Orhun Parmaksız at 2023-10-23T04:01:12+03:00
upgpkg: 0.19.4-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.19.3
+ pkgver = 0.19.4
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.19.3.tar.gz::https://github.com/ducaale/xh/archive/v0.19.3.tar.gz
- sha256sums =
bd6d8920788c481e05da41d0297c60c8c67ec20590ec23edfce136bd40022d9e
+ source =
xh-0.19.4.tar.gz::https://github.com/ducaale/xh/archive/v0.19.4.tar.gz
+ sha256sums =
1ab3ede256d4f0fba965ad15c0446a48ff61524ef27d3a1067916b1359568778
pkgname = xh
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Wesley Moore <[email protected]>
pkgname=xh
-pkgver=0.19.3
+pkgver=0.19.4
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=('bd6d8920788c481e05da41d0297c60c8c67ec20590ec23edfce136bd40022d9e')
+sha256sums=('1ab3ede256d4f0fba965ad15c0446a48ff61524ef27d3a1067916b1359568778')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/f67e89de8510f5a368a642558d4da0351d0064d4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/f67e89de8510f5a368a642558d4da0351d0064d4
You're receiving this email because of your account on gitlab.archlinux.org.