summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78b23ffc73b4..88db8ba0ce93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hopp-cli
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
makedepends = go
provides = hopp-cli
- source = https://github.com/hoppscotch/hopp-cli/archive/v0.0.7.tar.gz
+ source = https://github.com/hoppscotch/hopp-cli/archive/v0.0.8.tar.gz
sha256sums = SKIP
pkgname = hopp-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1da7f65c9950..22ad87666292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This PKGBUILD is maintained at https://github.com/ssiyad/pkgbuilds/
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')