summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeeyou2024-06-13 17:09:12 +0800
committerKeeyou2024-06-13 17:09:12 +0800
commit6c5fd66ec8029aad3334392d64a4a65febfc4730 (patch)
tree26f26dde9d87a510f36053670eff1fc372065bef
parent66889f38e54f28146f84f84d3282342996a2e062 (diff)
downloadaur-6c5fd66ec8029aad3334392d64a4a65febfc4730.tar.gz
update for 1.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e043bb592f3..babb37910e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy-cli
pkgdesc = lightweight http/socks proxy commandline
- pkgver = 1.11.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/Chilledheart/yass
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = yass-proxy-cli
depends = gperftools
provides = yass-proxy-cli
conflicts = yass-proxy-cli-git
- source = https://github.com/Chilledheart/yass/releases/download/1.11.0/yass-1.11.0.tar.bz2
- sha256sums = 860dcf98328d4988647abc2c9c79ff8b2346e1bc95dffe891a0f9fdfa1891fab
+ source = https://github.com/Chilledheart/yass/releases/download/1.11.1/yass-1.11.1.tar.bz2
+ sha256sums = 0ea308e0a9cd63fd56ca367fe028e767b27ad73c56b0dd365a30c697b7732206
pkgname = yass-proxy-cli
diff --git a/PKGBUILD b/PKGBUILD
index d33297be7ea6..97839c71fcd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Keeyou <keeyou-cn@outlook.com>
pkgname=yass-proxy-cli
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
-_pkgver=1.11.0
+_pkgver=1.11.1
_pkgrel=1
pkgdesc="lightweight http/socks proxy commandline"
arch=(x86_64)
@@ -17,7 +17,7 @@ provides=(yass-proxy-cli)
conflicts=(yass-proxy-cli-git)
source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.bz2"
)
-sha256sums=('860dcf98328d4988647abc2c9c79ff8b2346e1bc95dffe891a0f9fdfa1891fab')
+sha256sums=('0ea308e0a9cd63fd56ca367fe028e767b27ad73c56b0dd365a30c697b7732206')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"