summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham20032023-12-29 10:36:19 +0530
committerGowtham20032023-12-29 10:36:19 +0530
commitcd21c825f4d35bd83bf393948088b41c0ed238b6 (patch)
treeee7af4460ba1e78146047746b15331fe2ec453d0
parentd2f8ab9fce4534fd6cfdaee234ce9cfc057851f1 (diff)
downloadaur-cd21c825f4d35bd83bf393948088b41c0ed238b6.tar.gz
Update Hoppscotch version and dependencies
-rw-r--r--.SRCINFO44
-rw-r--r--PKGBUILD6
2 files changed, 25 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6862c9bef88..dd73578dc3ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,25 @@
pkgbase = hoppscotch-bin
- pkgdesc = Hoppscotch. Open source API development ecosystem
- pkgver = 23.8.4
- pkgrel = 1
- url = https://hoppscotch.io/
- install = hoppscotch-bin.install
- arch = x86_64
- groups =
- license = MIT
- depends = cairo
- depends = desktop-file-utils
- depends = gdk-pixbuf2
- depends = glib2
- depends = gtk3
- depends = hicolor-icon-theme
- depends = libsoup
- depends = openssl-1.1
- depends = pango
- depends = webkit2gtk
- options = !strip
- options = !emptydirs
- source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v23.8.4-1/Hoppscotch_linux_x64.deb
- sha512sums_x86_64 = b7ac46e05658cf784ad1035dad705b05c603ea5b27bbb00f1a2d11995328b1c88dd32b3694827db14d8087e9d4145b2a60fba7045e342c53e8f5d19334664a8e
+pkgdesc = Hoppscotch. Open source API development ecosystem
+pkgver = 23.12.1
+pkgrel = 1
+url = https://hoppscotch.io/
+install = hoppscotch-bin.install
+arch = x86_64
+groups =
+license = MIT
+depends = cairo
+depends = desktop-file-utils
+depends = gdk-pixbuf2
+depends = glib2
+depends = gtk3
+depends = hicolor-icon-theme
+depends = libsoup
+depends = openssl
+depends = pango
+depends = webkit2gtk
+options = !strip
+options = !emptydirs
+source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v23.12.1-1/Hoppscotch_linux_x64.deb
+sha512sums_x86_64 = 85bf58c7853d2d76b1f71e1d8f49491c9e0a6d9b8042406688123f3798066366346e9146b43677a010f96c1ca21f529b183df80196e6f28cd1b25d2e748421c9
pkgname = hoppscotch-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5d040103053..17986b91ebe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
-pkgver=23.8.4
+pkgver=23.12.1
pkgrel=1
pkgdesc="Hoppscotch. Open source API development ecosystem"
arch=('x86_64')
url="https://hoppscotch.io/"
license=('MIT')
groups=('')
-depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl-1.1' 'pango' 'webkit2gtk')
+depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'openssl' 'pango' 'webkit2gtk')
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=('b7ac46e05658cf784ad1035dad705b05c603ea5b27bbb00f1a2d11995328b1c88dd32b3694827db14d8087e9d4145b2a60fba7045e342c53e8f5d19334664a8e')
+sha512sums_x86_64=('85bf58c7853d2d76b1f71e1d8f49491c9e0a6d9b8042406688123f3798066366346e9146b43677a010f96c1ca21f529b183df80196e6f28cd1b25d2e748421c9')
package(){