summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChilledheart2023-11-16 14:10:40 +0800
committerChilledheart2023-11-16 14:10:40 +0800
commitce42335e35f4f283ff72baf7102013757e3f550d (patch)
tree1ce93db5e6b36fda61f130cf98a7e5a0d03ff46f /PKGBUILD
parent3c8ee809d93a5458a04d0a41b423dd22190d41d3 (diff)
downloadaur-ce42335e35f4f283ff72baf7102013757e3f550d.tar.gz
update for 1.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84da7551157b..a4b28261b1f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.4.8
+pkgver=1.4.9
pkgrel=1
-_pkgver=1.4.8
+_pkgver=1.4.9
_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=('fd16a646af326428d44f08aa89500f9955bcf451ced9784f7bd86a53e6dda848')
+sha256sums=('1e97deed842cc5ba43b73d23590076084f5aeb2d93878b07cecee8902907bc50')
prepare() {
SRC_DIR="${srcdir}/yass-${_pkgver}"