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: c6bfa3b92ccd32172c7936f063517cd6c73e272d

Message: v5.0.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5537eff..4bc0c25 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 = 4
-pkgver = 4.3.0
+pkgver = 5.0.1
 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.3.0/hurl-4.3.0-x86_64-unknown-linux-gnu.tar.gz
-sha256sums = 77992838d748483924e235d3d04a1d9b33cc32f49a7c6700917e0a20b4451dcb
+source = https://github.com/Orange-OpenSource/hurl/releases/download/5.0.1/hurl-5.0.1-x86_64-unknown-linux-gnu.tar.gz
+sha256sums = b1f1bb24f889842f74e6b1a79df15aebd179b9e585639b8a2a2d55b22c295cc3
diff --git a/PKGBUILD b/PKGBUILD
index d197b3d..b5b2e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # vim: set sw=4 expandtab:
 repology_pkgname=hurl-http-requester
 pkgname=hurl-bin
-pkgver=4.3.0
+pkgver=5.0.1
 pkgrel=4
 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=('77992838d748483924e235d3d04a1d9b33cc32f49a7c6700917e0a20b4451dcb')
+sha256sums=('b1f1bb24f889842f74e6b1a79df15aebd179b9e585639b8a2a2d55b22c295cc3')
 
 package() {
     cd "$srcdir/hurl-$pkgver-x86_64-unknown-linux-gnu/"