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 6cc85a3e77bb..be9580fe05bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hoppscotch-bin
pkgdesc = Hoppscotch. Open source API development ecosystem
- pkgver = 24.3.3
+ pkgver = 24.6.0
pkgrel = 1
url = https://hoppscotch.io/
install = hoppscotch-bin.install
@@ -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.3-1/Hoppscotch_linux_x64.deb
- sha512sums_x86_64 = 47a1be973ca49bbbe9503077760f1d4d7ecbcc7a9a584691995f57814231e80ec1d54637b59954fc16f810de239872f870031d283eab2949ade4a69896b95e49
+ source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v24.6.0-1/Hoppscotch_linux_x64.deb
+ sha512sums_x86_64 = a9a36f483a436c5766564460e1737d7816b34c0722ec9de3cc330adfdb1f108e189bce4b250c77c4d4ace494e67f0c9ad526fd498aa782a95251d0c015efca47
pkgname = hoppscotch-bin
diff --git a/PKGBUILD b/PKGBUILD
index c50d153966f4..649a0fabcc92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
-pkgver=24.3.3
+pkgver=24.6.0
pkgrel=1
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
@@ -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=('47a1be973ca49bbbe9503077760f1d4d7ecbcc7a9a584691995f57814231e80ec1d54637b59954fc16f810de239872f870031d283eab2949ade4a69896b95e49')
+sha512sums_x86_64=('a9a36f483a436c5766564460e1737d7816b34c0722ec9de3cc330adfdb1f108e189bce4b250c77c4d4ace494e67f0c9ad526fd498aa782a95251d0c015efca47')
package(){