fix sing-box-git

fix sing-geosite
This commit is contained in:
bgme 2023-08-15 00:04:04 +08:00
parent 5b006a759c
commit 301001f4ef
3 changed files with 5 additions and 2 deletions

View file

@ -37,7 +37,7 @@ sha256sums=(
pkgver() {
cd "${srcdir}/${_pkgname}"
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-\([^-]*\)-\([^-]*\)$/.\1.\2/;s/-//'
git describe --tags --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g;s/^v\.//'
}
_tags=with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme