Date: Sunday, April 17, 2022 @ 15:29:24
  Author: orhun
Revision: 1186893

upgpkg: xh 0.16.0-1: upstream release

Modified:
  xh/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-17 15:28:49 UTC (rev 1186892)
+++ PKGBUILD    2022-04-17 15:29:24 UTC (rev 1186893)
@@ -3,17 +3,17 @@
 # Contributor: Wesley Moore <[email protected]>
 
 pkgname=xh
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Friendly and fast tool for sending HTTP requests"
 arch=('x86_64')
 url="https://github.com/ducaale/xh";
 license=('MIT')
-depends=('gcc-libs')
+depends=('gcc-libs' 'openssl')
 makedepends=('cargo')
 replaces=('ht-rs' 'ht')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('67dcea38d58115fb745eb41142a118110ff070d7d484128cc066d9b4bb01c68d')
+sha256sums=('d6ec84977da567dd36a4c59d624dc1e2b1c77a21e2b0a10e463216120be8112d')
 
 prepare() {
   cd "$pkgname-$pkgver"

Reply via email to