summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeeyou2024-03-07 14:31:17 +0800
committerKeeyou2024-03-07 14:31:17 +0800
commit995701c18538550f399422e8b41229e105e468ad (patch)
tree7088c00089c43c6d752998bceb425304e674bd13
parent428d7cbbee64fdaa176fb87e256dfdc84b8dbadf (diff)
downloadaur-995701c18538550f399422e8b41229e105e468ad.tar.gz
update for 1.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6ff1e00787e..923ecebb6075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy
pkgdesc = lightweight http/socks proxy
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/Chilledheart/yass
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = yass-proxy
optdepends = gtk-update-icon-cache
provides = yass-proxy
conflicts = yass-proxy-git
- source = https://github.com/Chilledheart/yass/releases/download/1.7.2/yass-1.7.2.tar.gz
- sha256sums = f1948ec9f24c583e8c909cc23e606109929a27586a4dc9e81e360759c8835c32
+ source = https://github.com/Chilledheart/yass/releases/download/1.7.3/yass-1.7.3.tar.gz
+ sha256sums = a065c9c4119125619a6d1f52bbd479da3555b8c18ce2f94a193209a08d20679c
pkgname = yass-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 7e1e85e365ad..deff20c3091a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
-_pkgver=1.7.2
+_pkgver=1.7.3
_pkgrel=1
pkgdesc="lightweight http/socks proxy"
arch=(x86_64)
@@ -17,7 +17,7 @@ checkdepends=(curl)
provides=(yass-proxy)
conflicts=(yass-proxy-git)
source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.gz")
-sha256sums=('f1948ec9f24c583e8c909cc23e606109929a27586a4dc9e81e360759c8835c32')
+sha256sums=('a065c9c4119125619a6d1f52bbd479da3555b8c18ce2f94a193209a08d20679c')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"