fix sing-geoip sing-geosite
This commit is contained in:
parent
4c7b45972a
commit
a962f9b445
|
@ -7,7 +7,7 @@ pkgdesc='sing-geoip database'
|
|||
arch=('any')
|
||||
url="https://github.com/SagerNet/sing-geoip"
|
||||
license=('custom:sing-geoip')
|
||||
makedepends=('git' 'go1.19')
|
||||
makedepends=('git' 'go1.19' 'jq')
|
||||
source=("git+https://github.com/SagerNet/sing-geoip.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
@ -14,5 +14,4 @@ post_build: git_pkgbuild_commit
|
|||
update_on:
|
||||
- source: github
|
||||
github: SagerNet/sing-geoip
|
||||
- source: cmd
|
||||
cmd: curl https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name"
|
||||
- source: vcs
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgdesc='sing-geosite database'
|
|||
arch=('any')
|
||||
url="https://github.com/SagerNet/sing-geosite"
|
||||
license=('custom:sing-geosite')
|
||||
makedepends=('git' 'go')
|
||||
makedepends=('git' 'go' 'jq')
|
||||
source=("git+https://github.com/SagerNet/sing-geosite.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
@ -11,5 +11,4 @@ post_build: git_pkgbuild_commit
|
|||
update_on:
|
||||
- source: github
|
||||
github: SagerNet/sing-geosite
|
||||
- source: cmd
|
||||
cmd: curl https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name"
|
||||
- source: vcs
|
||||
|
|
Loading…
Reference in a new issue