fix sing-geoip sing-geosite
This commit is contained in:
parent
6bac9ec12e
commit
8b21473a6d
|
@ -12,7 +12,7 @@ source=("git+https://github.com/SagerNet/sing-geoip.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
curl https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name"
|
curl -s https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -12,7 +12,7 @@ source=("git+https://github.com/SagerNet/sing-geosite.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
curl https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name"
|
curl -s https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue