summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa17cd82741..1fb24823fb87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hopp-cli-bin
pkgdesc = HTTP client like cURL / HTTPie and a CLI client for https://hoppscotch.io
- pkgver = 0.0.7
+ pkgver = 0.0.8
pkgrel = 1
url = https://github.com/hoppscotch/hopp-cli
arch = x86_64
license = MIT
provides = hopp-cli
- source = https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.7/hopp-cli_0.0.7_Linux_x86_64.tar.gz
- sha256sums = 4b187b083ac6cb159f7725b9d254e4f915ec7de512dbfde5e11688bbf37d3622
+ source = https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.8/hopp-cli_0.0.8_Linux_x86_64.tar.gz
+ sha256sums = 73fe8bf58fc5f9483ac937858c27b38ebd056ce6febb3bd9ea9c9b75e64a0ee1
pkgname = hopp-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc7346716795..78a6887158e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hopp-cli-bin
_pkgname=hopp-cli
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc="HTTP client like cURL / HTTPie and a CLI client for https://hoppscotch.io"
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=("hopp-cli")
source=(
"https://github.com/hoppscotch/hopp-cli/releases/download/v${pkgver}/hopp-cli_${pkgver}_Linux_x86_64.tar.gz"
)
-sha256sums=("4b187b083ac6cb159f7725b9d254e4f915ec7de512dbfde5e11688bbf37d3622")
+sha256sums=("73fe8bf58fc5f9483ac937858c27b38ebd056ce6febb3bd9ea9c9b75e64a0ee1")
package() {
cd "${srcdir}"