summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChilledheart2023-10-23 13:44:30 +0800
committerChilledheart2023-10-23 13:44:30 +0800
commit06d4d30d8a95f7f706d0400c234ecb2fea5794d9 (patch)
treef104a733acd1917c5425cf8ce098015175f417b4 /PKGBUILD
parentba90ca6d6da75d0f1c846cff2bf76c3352a68c9e (diff)
downloadaur-06d4d30d8a95f7f706d0400c234ecb2fea5794d9.tar.gz
update for 1.4.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7885e4b4724..22325cb7f1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
-_pkgver=1.4.5
+_pkgver=1.4.6
_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=('abe4a76fbd2800af110910b710d0b32d26c0124a15d0080a270397284efe0d54')
+sha256sums=('1e2deb84781fefcd9aa0575bc7ec79ba270a27911eb86493d82d578c07d9ece6')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"