makedeb


hurl-bin 5.0.1-4


Hurl, run and test HTTP requests with plain text.

Click here to go back to the commit logs for hurl-bin.

Commit:


Hash: 8613d89adb8be0e1f24ae59ed0a931375e2772a3

Message: v4.3.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b451359..cae48c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = hurl-bin
 pkgbase = hurl-bin
 pkgdesc = Hurl, run and test HTTP requests with plain text.
 pkgrel = 3
-pkgver = 4.2.0
+pkgver = 4.3.0
 url = https://hurl.dev/
 arch = amd64
 conflicts = hurl
 license = Apache-2.0 license
 provides = hurl
-source = https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/hurl-4.2.0-x86_64-unknown-linux-gnu.tar.gz
-sha256sums = fc9789905947c3960b273fb6b8b3548fd35761d9bfcc598feeb3dc5aece625cc
+source = https://github.com/Orange-OpenSource/hurl/releases/download/4.3.0/hurl-4.3.0-x86_64-unknown-linux-gnu.tar.gz
+sha256sums = 77992838d748483924e235d3d04a1d9b33cc32f49a7c6700917e0a20b4451dcb
diff --git a/PKGBUILD b/PKGBUILD
index 861a45f..c28d773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # vim: set sw=4 expandtab:
 repology_pkgname=hurl-http-requester
 pkgname=hurl-bin
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=3
 pkgdesc='Hurl, run and test HTTP requests with plain text.'
 arch=('amd64')
@@ -14,7 +14,7 @@ url='https://hurl.dev/'
 extensions=()
 
 source=("https://github.com/Orange-OpenSource/hurl/releases/download/$pkgver/hurl-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('fc9789905947c3960b273fb6b8b3548fd35761d9bfcc598feeb3dc5aece625cc')
+sha256sums=('77992838d748483924e235d3d04a1d9b33cc32f49a7c6700917e0a20b4451dcb')
 
 package() {
     cd "$srcdir/hurl-$pkgver-x86_64-unknown-linux-gnu/"