Date: Thursday, September 16, 2021 @ 20:30:39 Author: alerque Revision: 1016535
upgpkg: xh 0.13.0-1 Modified: xh/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-16 20:13:24 UTC (rev 1016534) +++ PKGBUILD 2021-09-16 20:30:39 UTC (rev 1016535) @@ -3,8 +3,8 @@ # Contributor: Wesley Moore <[email protected]> pkgname=xh -pkgver=0.12.0 -pkgrel=2 +pkgver=0.13.0 +pkgrel=1 pkgdesc="Friendly and fast tool for sending HTTP requests" arch=('x86_64') url="https://github.com/ducaale/xh" @@ -13,7 +13,7 @@ makedepends=('cargo') replaces=('ht-rs' 'ht') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('6ea21c669e891fa6bcc8c8bdcf9f13db32c44bc1cdafd052d1ec34610db9a004') +sha256sums=('d3e46b6db5a131237d5f980ccaae6f04c5ba7b06922d97c7f98f36f03cf581fe') prepare() { cd "$pkgname-$pkgver"
