summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeeyou2024-04-08 17:05:52 +0800
committerKeeyou2024-04-08 17:05:52 +0800
commit9b08580c968fbdc63b5754a5cdc8432289c07625 (patch)
treea86fa5702494036129d02ac51d46161b99546633
parent6d9f8904138190cc4196dcbd1df239e2a47d8a61 (diff)
downloadaur-9b08580c968fbdc63b5754a5cdc8432289c07625.tar.gz
update for 1.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27d21a104c7d..338789fa2ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yass-proxy
pkgdesc = lightweight http/socks proxy
- pkgver = 1.8.2
+ pkgver = 1.8.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.8.2/yass-1.8.2.tar.bz2
- sha256sums = 003f1ae8a399166f3d99d11c20a62fd1e05201965cf521c9830a55bc8acc099a
+ source = https://github.com/Chilledheart/yass/releases/download/1.8.3/yass-1.8.3.tar.bz2
+ sha256sums = ea9e7dfcf8dd4d3bf07ecb599fb67411278a4bc8f66606c28533000fcbc0c94b
pkgname = yass-proxy
diff --git a/PKGBUILD b/PKGBUILD
index a2ad987d2666..238cddf7a712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Chilledheart <hukeyue@hotmail.com>
pkgname=yass-proxy
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
-_pkgver=1.8.2
+_pkgver=1.8.3
_pkgrel=1
pkgdesc="lightweight http/socks proxy"
arch=(x86_64)
@@ -18,7 +18,7 @@ provides=(yass-proxy)
conflicts=(yass-proxy-git)
source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.bz2"
)
-sha256sums=('003f1ae8a399166f3d99d11c20a62fd1e05201965cf521c9830a55bc8acc099a'
+sha256sums=('ea9e7dfcf8dd4d3bf07ecb599fb67411278a4bc8f66606c28533000fcbc0c94b'
)
prepare() {