summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham20032023-11-18 18:34:52 +0530
committerGowtham20032023-11-18 18:34:52 +0530
commitd2f8ab9fce4534fd6cfdaee234ce9cfc057851f1 (patch)
treea00db1e13bb029f60f0654f07bc4a4de3b36fbca
parentfda7a9d5e4de3b58731270105967ea76ee736913 (diff)
downloadaur-d2f8ab9fce4534fd6cfdaee234ce9cfc057851f1.tar.gz
Update hoppscotch-bin to version 23.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58e1bfe67178..c6862c9bef88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hoppscotch-bin
pkgdesc = Hoppscotch. Open source API development ecosystem
- pkgver = 23.8.3
+ pkgver = 23.8.4
pkgrel = 1
url = https://hoppscotch.io/
install = hoppscotch-bin.install
@@ -19,7 +19,7 @@ pkgbase = hoppscotch-bin
depends = webkit2gtk
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v23.8.3-1/Hoppscotch_linux_x64.deb
- sha512sums_x86_64 = 9d217da38ae6d0ef7a87066720510ece355b353a1c3710435d381c41d7f84d6c6154e13cb7779c97df8b9aba7cd40e3534f1d2d51bc96e9ca2e22ec7eee249b0
+ source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v23.8.4-1/Hoppscotch_linux_x64.deb
+ sha512sums_x86_64 = b7ac46e05658cf784ad1035dad705b05c603ea5b27bbb00f1a2d11995328b1c88dd32b3694827db14d8087e9d4145b2a60fba7045e342c53e8f5d19334664a8e
pkgname = hoppscotch-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..087e25d6b3da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+Hoppscotch_linux_x64.deb
+hoppscotch-*-x86_64.pkg.tar.zst \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 621d479c601b..e5d040103053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
-pkgver=23.8.3
+pkgver=23.8.4
pkgrel=1
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/hoppscotch/releases/releases/download/v${pkgver}-${pkgrel}/Hoppscotch_linux_x64.deb")
-sha512sums_x86_64=('9d217da38ae6d0ef7a87066720510ece355b353a1c3710435d381c41d7f84d6c6154e13cb7779c97df8b9aba7cd40e3534f1d2d51bc96e9ca2e22ec7eee249b0')
+sha512sums_x86_64=('b7ac46e05658cf784ad1035dad705b05c603ea5b27bbb00f1a2d11995328b1c88dd32b3694827db14d8087e9d4145b2a60fba7045e342c53e8f5d19334664a8e')
package(){