summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham20032024-02-02 21:56:50 +0530
committerGowtham20032024-02-02 21:56:50 +0530
commit1938a9bb18deed00fd46a127c7bf9e43f7ea868c (patch)
tree7bd745927d5f90a72187d3f07b849d0bd3c693ca
parentcd21c825f4d35bd83bf393948088b41c0ed238b6 (diff)
downloadaur-1938a9bb18deed00fd46a127c7bf9e43f7ea868c.tar.gz
Update hoppscotch-bin to version 23.12.3-2
-rw-r--r--.SRCINFO43
-rw-r--r--PKGBUILD7
2 files changed, 24 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd73578dc3ad..6e1f5617d22a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,24 @@
pkgbase = hoppscotch-bin
-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
+ pkgdesc = Hoppscotch. Open source API development ecosystem
+ pkgver = 23.12.3
+ pkgrel = 2
+ url = https://hoppscotch.io/
+ install = hoppscotch-bin.install
+ arch = x86_64
+ 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.3-2/Hoppscotch_linux_x64.deb
+ sha512sums_x86_64 = 89b18d1ae9674c80ef1a756a9abb2f316807c8eebd3d48c10dfcfc36c0be4519d22f510147865a7213bf569c80a53798433670fa4ce64f2d8a908154a34693fe
pkgname = hoppscotch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17986b91ebe3..43754acd3c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
-pkgver=23.12.1
-pkgrel=1
+pkgver=23.12.3
+pkgrel=2
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' '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=('85bf58c7853d2d76b1f71e1d8f49491c9e0a6d9b8042406688123f3798066366346e9146b43677a010f96c1ca21f529b183df80196e6f28cd1b25d2e748421c9')
+sha512sums_x86_64=('89b18d1ae9674c80ef1a756a9abb2f316807c8eebd3d48c10dfcfc36c0be4519d22f510147865a7213bf569c80a53798433670fa4ce64f2d8a908154a34693fe')
package(){