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: 78cf55be4943bed9a75b583bcf5c946e394aba1b

Message: v4.1.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7c05af4..5a9c5ac 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 = 1
-pkgver = 4.0.0
+pkgver = 4.1.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.0.0/hurl-4.0.0-x86_64-linux.tar.gz
-sha256sums = 4bc33f00beb775fb9d958f0641b03479ab8cda2a2d2649d068bc129bd9a04cf1
+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
diff --git a/PKGBUILD b/PKGBUILD
index 9182365..3505024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Your Name <foobar@example.com>
 # vim: set sw=4 expandtab:
 pkgname=hurl-bin
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='Hurl, run and test HTTP requests with plain text.'
 arch=('amd64')
@@ -12,8 +12,8 @@ license=('Apache-2.0 license')
 url='https://hurl.dev/'
 extensions=()
 
-source=("https://github.com/Orange-OpenSource/hurl/releases/download/$pkgver/hurl-$pkgver-x86_64-linux.tar.gz")
-sha256sums=('4bc33f00beb775fb9d958f0641b03479ab8cda2a2d2649d068bc129bd9a04cf1')
+source=("https://github.com/Orange-OpenSource/hurl/releases/download/$pkgver/hurl-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
+sha256sums=('9528379f817d118c933afb555d62dd83994503235a0a14fda2dfa5995628ded0')
 
 package() {
     cd "$srcdir"