diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ pkgdesc="custom protocol network proxy" url="https://github.com/Watfaq/clash-rs" license=("Apache-2.0") arch=("any") -pkgver=0.7.5 +pkgver=0.7.7 pkgrel=1 makedepends=("cargo-nightly" "git") depends=("gcc-libs" "glibc" "xz" "protobuf") source=("git+https://github.com/Watfaq/clash-rs.git#tag=v${pkgver}") -sha256sums=('4c6440628f0655c7ddc1a06205292a54518d5cf2a8c29ebdb8f7703d8a353f69') +sha256sums=('be93350a4d89b406dc94a577ff3330557313f3d520635d2172018d3a6bd8ab46') provides=("clash-rs") options=(!lto) |