summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-01-31 23:39:50 +0800
committerzxp198210052024-01-31 23:39:50 +0800
commitf3903374904e328fa297bd22e1b96e298d823363 (patch)
tree463d149e0c2abfdf4440541021a0b651a83f4d04
parentcb2ed3a7c66981706e5efa7c73cf6b51aea4a3b7 (diff)
downloadaur-f3903374904e328fa297bd22e1b96e298d823363.tar.gz
update to 2.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae12155f37d9..890e9a4f01b4 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.6.0
+ pkgver = 2.6.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.6.0
+ provides = reqable=2.6.1
conflicts = reqable
options = !strip
- source = reqable-2.6.0.deb::https://github.com/reqable/reqable-app/releases/download/2.6.0/reqable-app-linux-x86_64.deb
+ source = reqable-2.6.1.deb::https://github.com/reqable/reqable-app/releases/download/2.6.1/reqable-app-linux-x86_64.deb
source = LICENSE.html
source = reqable.sh
- sha256sums = 4ea6b1df2f5768e7b35860896d3c16a91e0a4a037734d6da113b0aeea9ff58e0
+ sha256sums = 3ed482d54df69f207135e8fac44b41317c04b26b93f77eadbfeed9dea2e18ca8
sha256sums = 23392e1a40e734a004a13faec6db357230d1a3893a849ceaba3d25079a403630
sha256sums = 1e338ff128b2be2b0d484ea2d00814db6709a5e2cc455a373428d21f8ed690d5
diff --git a/PKGBUILD b/PKGBUILD
index 390c7b3fec16..4b7c6e662699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=reqable-bin
-pkgver=2.6.0
+pkgver=2.6.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=('4ea6b1df2f5768e7b35860896d3c16a91e0a4a037734d6da113b0aeea9ff58e0'
+sha256sums=('3ed482d54df69f207135e8fac44b41317c04b26b93f77eadbfeed9dea2e18ca8'
'23392e1a40e734a004a13faec6db357230d1a3893a849ceaba3d25079a403630'
'1e338ff128b2be2b0d484ea2d00814db6709a5e2cc455a373428d21f8ed690d5')
build() {