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')
|
||||
|
||||
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() {
|
||||
|
|
|
@ -12,7 +12,7 @@ source=("git+https://github.com/SagerNet/sing-geosite.git")
|
|||
sha256sums=('SKIP')
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue