Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / xh


Commits:
5dae43fe by Caleb Maclennan at 2023-10-22T10:54:00+03:00
upgpkg: 0.19.3-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.19.2
+       pkgver = 0.19.3
        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.2.tar.gz::https://github.com/ducaale/xh/archive/v0.19.2.tar.gz
-       sha256sums = 
5a54acc0a1f1c1ca2d009026cdfc3e01f3d173a77aafb1fd997dd3809fb705dc
+       source = 
xh-0.19.3.tar.gz::https://github.com/ducaale/xh/archive/v0.19.3.tar.gz
+       sha256sums = 
bd6d8920788c481e05da41d0297c60c8c67ec20590ec23edfce136bd40022d9e
 
 pkgname = xh


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Wesley Moore <w...@wezm.net>
 
 pkgname=xh
-pkgver=0.19.2
+pkgver=0.19.3
 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=('5a54acc0a1f1c1ca2d009026cdfc3e01f3d173a77aafb1fd997dd3809fb705dc')
+sha256sums=('bd6d8920788c481e05da41d0297c60c8c67ec20590ec23edfce136bd40022d9e')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/5dae43fe1f0d03b3167b63373f3af32dcc3ceaa0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/5dae43fe1f0d03b3167b63373f3af32dcc3ceaa0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to