makedeb


hurl-bin 6.0.0-4


Hurl, run and test HTTP requests with plain text.

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

Commit:


Hash: 6fce5cb660cfa588ba5affbaaf7d7c90dd8050e8

Message: v6.0.0

Diff


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