diff options
author | Dee.H.Y | 2024-09-28 23:13:33 +0800 |
---|---|---|
committer | Dee.H.Y | 2024-09-28 23:13:33 +0800 |
commit | 337cca2afe8ec6b074dd4c391485d52d4bb481c4 (patch) | |
tree | 3e484553f5b1215c54fd63a318e2bcc9e663bf9d | |
parent | 256d3e82682295a64f0b2f7b63cee347ed09d0f7 (diff) | |
download | aur-337cca2afe8ec6b074dd4c391485d52d4bb481c4.tar.gz |
bump to 0.8.62-1
-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.57 + pkgver = 0.8.62 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.57.deb::https://github.com/chen08209/FlClash/releases/download/v0.8.57/flclash-0.8.57-linux-amd64.deb - sha256sums = 8ba43b8256308f50bac26c6b7ea052e285e90a981baa029c1b52dcba913bfa7d + source = flclash-0.8.62.deb::https://github.com/chen08209/FlClash/releases/download/v0.8.62/flclash-0.8.62-linux-amd64.deb + sha256sums = 64f10d1c8bd1d710cebf06c1fd1fd2ca6c1bcb5ae77b4ebcba1ed92276ccded9 pkgname = flclash-bin @@ -1,7 +1,7 @@ # Maintainer: Dee.H.Y <dongfengweixiao AT hotmail DOT com> pkgname=flclash-bin _pkgname=flclash -pkgver=0.8.57 +pkgver=0.8.62 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=('8ba43b8256308f50bac26c6b7ea052e285e90a981baa029c1b52dcba913bfa7d') +sha256sums=('64f10d1c8bd1d710cebf06c1fd1fd2ca6c1bcb5ae77b4ebcba1ed92276ccded9') package() { msg "Converting debian package..." |