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: 382cbf36cb5b1a30925c5425f73dd0063829bfc1

Message: v4.2.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0b82aca..b451359 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.1.0
+pkgver = 4.2.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.1.0/hurl-4.1.0-x86_64-unknown-linux-gnu.tar.gz
-sha256sums = 9528379f817d118c933afb555d62dd83994503235a0a14fda2dfa5995628ded0
+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
diff --git a/PKGBUILD b/PKGBUILD
index c587264..861a45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # vim: set sw=4 expandtab:
 repology_pkgname=hurl-http-requester
 pkgname=hurl-bin
-pkgver=4.1.0
+pkgver=4.2.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=('9528379f817d118c933afb555d62dd83994503235a0a14fda2dfa5995628ded0')
+sha256sums=('fc9789905947c3960b273fb6b8b3548fd35761d9bfcc598feeb3dc5aece625cc')
 
 package() {
     cd "$srcdir/hurl-$pkgver-x86_64-unknown-linux-gnu/"