fix sing-geoip sing-geosite

This commit is contained in:
bgme 2023-05-16 13:51:58 +08:00
parent 6bac9ec12e
commit 8b21473a6d
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -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() {