diff --git a/repo/sing-geoip/lilac.yaml b/repo/sing-geoip/lilac.yaml index e459e56..2e8ad1f 100644 --- a/repo/sing-geoip/lilac.yaml +++ b/repo/sing-geoip/lilac.yaml @@ -14,4 +14,5 @@ post_build: git_pkgbuild_commit update_on: - source: github github: SagerNet/sing-geoip - - source: vcs + - source: cmd + cmd: curl -s https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name" diff --git a/repo/sing-geosite/lilac.yaml b/repo/sing-geosite/lilac.yaml index 6ad045c..89468ac 100644 --- a/repo/sing-geosite/lilac.yaml +++ b/repo/sing-geosite/lilac.yaml @@ -11,4 +11,5 @@ post_build: git_pkgbuild_commit update_on: - source: github github: SagerNet/sing-geosite - - source: vcs + - source: cmd + cmd: curl -s https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name" \ No newline at end of file