summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-22 09:16:33 +0800
committerzxp198210052024-04-22 09:16:33 +0800
commitf05d3255836a3bdfc78ef3ef11239053055b87cc (patch)
tree9b7e3ca74732981c7d207647607da366fe6fd7f2
parent5a4b69d77995d5996c65e7670ffbde561ab67827 (diff)
downloadaur-f05d3255836a3bdfc78ef3ef11239053055b87cc.tar.gz
update to 2.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f49b727fde7..abee273e77db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = reqable-bin
pkgdesc = A cross platform professional HTTP development and Debugger that supports HTTP1, HTTP2, and HTTP3 (QUIC) protocols
- pkgver = 2.12.0
+ pkgver = 2.12.1
pkgrel = 1
url = https://reqable.com
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = reqable-bin
depends = libdbusmenu-gtk3
depends = libayatana-appindicator
depends = libayatana-indicator
- provides = reqable=2.12.0
+ provides = reqable=2.12.1
conflicts = reqable
options = !strip
- source = reqable-2.12.0.deb::https://github.com/reqable/reqable-app/releases/download/2.12.0/reqable-app-linux-x86_64.deb
+ source = reqable-2.12.1.deb::https://github.com/reqable/reqable-app/releases/download/2.12.1/reqable-app-linux-x86_64.deb
source = LICENSE.html
source = reqable.sh
- sha256sums = 8d004b1f0d7bc61b1deae0d9e9e27258f81b59412876dd98ca89853b7a1627e0
+ sha256sums = 65a3cbc091d792670e5929952eefb06e41d1f5d7ed49c2cc9eab94095059e223
sha256sums = 94e84a48f1df9905d0fb29ce53bfa665427130859db7c7c5c02cce8f5c066ddb
sha256sums = 840eb0ad528d294064aa09b2b6df7a0e4a800249f43305c756cf78bee627fe1d
diff --git a/PKGBUILD b/PKGBUILD
index db527f6d65c3..4b20840e4c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=reqable-bin
-pkgver=2.12.0
+pkgver=2.12.1
pkgrel=1
pkgdesc="A cross platform professional HTTP development and Debugger that supports HTTP1, HTTP2, and HTTP3 (QUIC) protocols"
arch=('x86_64')
@@ -26,7 +26,7 @@ source=(
"LICENSE.html"
"${pkgname%-bin}.sh"
)
-sha256sums=('8d004b1f0d7bc61b1deae0d9e9e27258f81b59412876dd98ca89853b7a1627e0'
+sha256sums=('65a3cbc091d792670e5929952eefb06e41d1f5d7ed49c2cc9eab94095059e223'
'94e84a48f1df9905d0fb29ce53bfa665427130859db7c7c5c02cce8f5c066ddb'
'840eb0ad528d294064aa09b2b6df7a0e4a800249f43305c756cf78bee627fe1d')
build() {