Skip to content
Snippets Groups Projects
Verified Commit fef823ed authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.22.2-1

parent c61dce9a
No related tags found
No related merge requests found
pkgbase = xh
pkgdesc = Friendly and fast tool for sending HTTP requests
pkgver = 0.22.0
pkgver = 0.22.2
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.0.tar.gz::https://github.com/ducaale/xh/archive/v0.22.0.tar.gz
sha256sums = 72f4d5e24165d8749433167e3ad3df8f26faafb250f1232acbe5192843e4157c
source = xh-0.22.2.tar.gz::https://github.com/ducaale/xh/archive/v0.22.2.tar.gz
sha256sums = 32a6470ab705aba4c37fce9806202dcc0ed24f55e091e2f4bdf7583108a3da63
pkgname = xh
......@@ -3,7 +3,7 @@
# Contributor: Wesley Moore <wes@wezm.net>
pkgname=xh
pkgver=0.22.0
pkgver=0.22.2
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=('72f4d5e24165d8749433167e3ad3df8f26faafb250f1232acbe5192843e4157c')
sha256sums=('32a6470ab705aba4c37fce9806202dcc0ed24f55e091e2f4bdf7583108a3da63')
prepare() {
cd "$pkgname-$pkgver"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment