fix sing-geoip sing-geosite

This commit is contained in:
bgme 2023-05-16 13:28:04 +08:00
parent 4c7b45972a
commit a962f9b445
4 changed files with 4 additions and 6 deletions

View file

@ -7,7 +7,7 @@ pkgdesc='sing-geoip database'
arch=('any') arch=('any')
url="https://github.com/SagerNet/sing-geoip" url="https://github.com/SagerNet/sing-geoip"
license=('custom:sing-geoip') license=('custom:sing-geoip')
makedepends=('git' 'go1.19') makedepends=('git' 'go1.19' 'jq')
source=("git+https://github.com/SagerNet/sing-geoip.git") source=("git+https://github.com/SagerNet/sing-geoip.git")
sha256sums=('SKIP') sha256sums=('SKIP')

View file

@ -14,5 +14,4 @@ post_build: git_pkgbuild_commit
update_on: update_on:
- source: github - source: github
github: SagerNet/sing-geoip github: SagerNet/sing-geoip
- source: cmd - source: vcs
cmd: curl https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name"

View file

@ -7,7 +7,7 @@ pkgdesc='sing-geosite database'
arch=('any') arch=('any')
url="https://github.com/SagerNet/sing-geosite" url="https://github.com/SagerNet/sing-geosite"
license=('custom:sing-geosite') license=('custom:sing-geosite')
makedepends=('git' 'go') makedepends=('git' 'go' 'jq')
source=("git+https://github.com/SagerNet/sing-geosite.git") source=("git+https://github.com/SagerNet/sing-geosite.git")
sha256sums=('SKIP') sha256sums=('SKIP')

View file

@ -11,5 +11,4 @@ post_build: git_pkgbuild_commit
update_on: update_on:
- source: github - source: github
github: SagerNet/sing-geosite github: SagerNet/sing-geosite
- source: cmd - source: vcs
cmd: curl https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name"