fix sing-geoip sing-geosite
This commit is contained in:
parent
6bac9ec12e
commit
8b21473a6d
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue