summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham20032024-02-16 14:25:24 +0530
committerGowtham20032024-02-16 14:25:24 +0530
commitcdc9186d652563ac496e1355b0c7ff6fe4503715 (patch)
treec0442a2bdfe8f974a6bdf55c65b3825c1984b0be
parent1938a9bb18deed00fd46a127c7bf9e43f7ea868c (diff)
downloadaur-cdc9186d652563ac496e1355b0c7ff6fe4503715.tar.gz
Update hoppscotch-bin to version 23.12.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e1f5617d22a..f5fdfb321c09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hoppscotch-bin
pkgdesc = Hoppscotch. Open source API development ecosystem
- pkgver = 23.12.3
- pkgrel = 2
+ pkgver = 23.12.4
+ 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/v23.12.3-2/Hoppscotch_linux_x64.deb
- sha512sums_x86_64 = 89b18d1ae9674c80ef1a756a9abb2f316807c8eebd3d48c10dfcfc36c0be4519d22f510147865a7213bf569c80a53798433670fa4ce64f2d8a908154a34693fe
+ source_x86_64 = https://github.com/hoppscotch/releases/releases/download/v23.12.4-1/Hoppscotch_linux_x64.deb
+ sha512sums_x86_64 = 596d6945ec0e56ae70c037f95bf69bd30e6f1e2dd45dc84c34916336df1f33049c707a3b8404bb53f931152d9830d2bb9fd566715bc8f5cd895762619b8eedfe
pkgname = hoppscotch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 43754acd3c06..0802c7af3dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gowtham2003 <gowtham2003g@gmail.com>
# Contributor: Gowtham2003 <gowtham2003g@gmail.com>
pkgname=hoppscotch-bin
-pkgver=23.12.3
-pkgrel=2
+pkgver=23.12.4
+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=('89b18d1ae9674c80ef1a756a9abb2f316807c8eebd3d48c10dfcfc36c0be4519d22f510147865a7213bf569c80a53798433670fa4ce64f2d8a908154a34693fe')
+sha512sums_x86_64=('596d6945ec0e56ae70c037f95bf69bd30e6f1e2dd45dc84c34916336df1f33049c707a3b8404bb53f931152d9830d2bb9fd566715bc8f5cd895762619b8eedfe')
package(){