summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham20032024-04-28 09:10:43 +0530
committerGowtham20032024-04-28 09:10:43 +0530
commitc5f909ad498b657fd047994db89c153f4957586b (patch)
treeaa3d53c07b14b4c3fecfda64e76c64e4c247f389
parent57d51fabf2a0f5cbac5cd8a0661675f3e4c9b0a4 (diff)
downloadaur-c5f909ad498b657fd047994db89c153f4957586b.tar.gz
Update Hoppscotch version to 24.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f93e416a6b2d..b93d1304d0d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hoppscotch-bin
pkgdesc = Hoppscotch. Open source API development ecosystem
- pkgver = 24.3.0
- pkgrel = 1
+ pkgver = 24.3.1
+ pkgrel = 2
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.0-1/Hoppscotch_linux_x64.deb
- sha512sums_x86_64 = 34d606dc34ac1c1d6cd0fd8e56887c030e74b8617d5347903133d2a781bf7dc4c5f93e894809b98305a330d917abcee3ae21e03bf84e7b3c3f0406aebbe9cd49
+ source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v24.3.1-2/Hoppscotch_linux_x64.deb
+ sha512sums_x86_64 = 299b74fb022dd926ae2c998a7e4b2790ce7de070efe87d7e3acad3a790eee75e8d5e080ef538c9cc747e8d0c295f9d251629be280c673a7fd60851ce29ad5fcf
pkgname = hoppscotch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 322ff0ab8e51..7384ba9c6eac 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.0
-pkgrel=1
+pkgver=24.3.1
+pkgrel=2
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=('34d606dc34ac1c1d6cd0fd8e56887c030e74b8617d5347903133d2a781bf7dc4c5f93e894809b98305a330d917abcee3ae21e03bf84e7b3c3f0406aebbe9cd49')
+sha512sums_x86_64=('299b74fb022dd926ae2c998a7e4b2790ce7de070efe87d7e3acad3a790eee75e8d5e080ef538c9cc747e8d0c295f9d251629be280c673a7fd60851ce29ad5fcf')
package(){