fix sing-geoip sing-geosite
This commit is contained in:
parent
4c7b45972a
commit
a962f9b445
|
@ -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')
|
||||||
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
|
@ -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')
|
||||||
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue