summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham20032024-05-01 12:20:28 +0530
committerGowtham20032024-05-01 12:20:28 +0530
commit082766e2b43361d23d51addb2710c439f98e4789 (patch)
treef9e0ad3a8814896b8c5ee6202d8819f1f88edd82
parentc5f909ad498b657fd047994db89c153f4957586b (diff)
downloadaur-082766e2b43361d23d51addb2710c439f98e4789.tar.gz
Update Hoppscotch version to 24.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b93d1304d0d5..781a4ad0880a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hoppscotch-bin
pkgdesc = Hoppscotch. Open source API development ecosystem
- pkgver = 24.3.1
- pkgrel = 2
+ pkgver = 24.3.2
+ pkgrel = 1
url = https://hoppscotch.io/
install = hoppscotch-bin.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = hoppscotch-bin
depends = webkit2gtk
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v24.3.1-2/Hoppscotch_linux_x64.deb
- sha512sums_x86_64 = 299b74fb022dd926ae2c998a7e4b2790ce7de070efe87d7e3acad3a790eee75e8d5e080ef538c9cc747e8d0c295f9d251629be280c673a7fd60851ce29ad5fcf
+ source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v24.3.2-1/Hoppscotch_linux_x64.deb
+ sha512sums_x86_64 = 9ae5d2fcfbc2bb18d0a2bb8d4d2f843c2d81a56d05717d645926db6bf507970b38091345c9bf98880fe7706d4bb8f7d446404b74f9c53e98eede1cb0b3c3e5d7
pkgname = hoppscotch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7384ba9c6eac..b51f70e4479e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
-pkgver=24.3.1
-pkgrel=2
+pkgver=24.3.2
+pkgrel=1
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
url="https://hoppscotch.io/"
@@ -11,7 +11,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=('299b74fb022dd926ae2c998a7e4b2790ce7de070efe87d7e3acad3a790eee75e8d5e080ef538c9cc747e8d0c295f9d251629be280c673a7fd60851ce29ad5fcf')
+sha512sums_x86_64=('9ae5d2fcfbc2bb18d0a2bb8d4d2f843c2d81a56d05717d645926db6bf507970b38091345c9bf98880fe7706d4bb8f7d446404b74f9c53e98eede1cb0b3c3e5d7')
package(){