diff options
author | Keyue Hu | 2024-12-13 11:13:24 +0800 |
---|---|---|
committer | Keyue Hu | 2024-12-13 11:13:24 +0800 |
commit | 7764e513b5e4d612a7900759391659a515077a5b (patch) | |
tree | 4d1f38e31db155474b8b6667e8f5fd14d878931f /PKGBUILD | |
parent | c27a2910b7977a742f59e3435fc1ea13cb13223d (diff) | |
download | aur-yass-proxy-gtk3.tar.gz |
update url
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ _pkgver=1.16.2 _pkgrel=1 pkgdesc="lightweight http/socks proxy" arch=(x86_64) -url="https://github.com/Chilledheart/yass" +url="https://gitee.com/keeyou/yass" license=(GPL-2.0-only) depends=(gcc-libs glibc gtk3 zlib libnghttp2 c-ares gperftools jsoncpp) optdepends=(gtk-update-icon-cache libappindicator-gtk3 libayatana-appindicator) @@ -16,7 +16,7 @@ makedepends=(gcc binutils git ninja perl pkg-config cmake gettext curl go) checkdepends=(curl) provides=(yass-proxy) conflicts=(yass-proxy-git) -source=("https://github.com/Chilledheart/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.zst" +source=("https://gitee.com/keeyou/yass/releases/download/${_pkgver}/yass-${_pkgver}.tar.zst" ) sha256sums=('2dac9758ad25f85931d53a8c0957ee11a91a148840569eef3a521adfdc229415') |