diff options
author | Dee.H.Y | 2024-08-27 08:37:19 +0800 |
---|---|---|
committer | Dee.H.Y | 2024-08-27 08:37:56 +0800 |
commit | 32342a0c4964f9f5c4b331e47b919223d537162f (patch) | |
tree | 11d35e3a98ec969f69ded96ff009c9d4cbaecaff | |
parent | e943edd089f77c1f6420e26f4db2a1e2ce62985b (diff) | |
download | aur-32342a0c4964f9f5c4b331e47b919223d537162f.tar.gz |
update to 0.8.56
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = flclash-bin pkgdesc = A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free. - pkgver = 0.8.53 + pkgver = 0.8.56 pkgrel = 1 url = https://github.com/chen08209/FlClash install = flclash.install @@ -24,7 +24,7 @@ pkgbase = flclash-bin depends = gcc-libs conflicts = flclash-git conflicts = flclash - source = flclash-0.8.53.deb::https://github.com/chen08209/FlClash/releases/download/v0.8.53/flclash-0.8.53-linux-amd64.deb - sha256sums = c4add83ca2dab9eb3e1ba05f1614c28c26ab83f5551174428b2bc30e46306cfb + source = flclash-0.8.56.deb::https://github.com/chen08209/FlClash/releases/download/v0.8.56/flclash-0.8.56-linux-amd64.deb + sha256sums = 88ed66f9665c7f7bbf5729ee3f7ab51d751fb0ac78e9ab8d0cc7bfd2aceaa13e pkgname = flclash-bin @@ -1,7 +1,7 @@ # Maintainer: Dee.H.Y <dongfengweixiao AT hotmail DOT com> pkgname=flclash-bin _pkgname=flclash -pkgver=0.8.53 +pkgver=0.8.56 pkgrel=1 pkgdesc="A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free." arch=('x86_64') @@ -13,7 +13,7 @@ depends=(libayatana-appindicator cairo at-spi2-core hicolor-icon-theme libdbusme source=( "${_pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb" ) -sha256sums=('c4add83ca2dab9eb3e1ba05f1614c28c26ab83f5551174428b2bc30e46306cfb') +sha256sums=('88ed66f9665c7f7bbf5729ee3f7ab51d751fb0ac78e9ab8d0cc7bfd2aceaa13e') package() { msg "Converting debian package..." |