From fb2d5ef19298756e516a08e4abd7a3901f554ad7 Mon Sep 17 00:00:00 2001 From: bgme Date: Tue, 30 Jan 2024 03:59:20 +0800 Subject: [PATCH] manual rebuild sing-geoip and sing-geosite --- repo/sing-geoip/lilac.yaml | 2 ++ repo/sing-geosite/lilac.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/repo/sing-geoip/lilac.yaml b/repo/sing-geoip/lilac.yaml index dca0a11..207cec5 100644 --- a/repo/sing-geoip/lilac.yaml +++ b/repo/sing-geoip/lilac.yaml @@ -13,3 +13,5 @@ update_on: github: SagerNet/sing-geoip - source: cmd cmd: curl -s https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name" + - source: manual + manual: 1 diff --git a/repo/sing-geosite/lilac.yaml b/repo/sing-geosite/lilac.yaml index 89468ac..5d0f14b 100644 --- a/repo/sing-geosite/lilac.yaml +++ b/repo/sing-geosite/lilac.yaml @@ -12,4 +12,6 @@ update_on: - source: github github: SagerNet/sing-geosite - 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 + cmd: curl -s https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name" + - source: manual + manual: 1 \ No newline at end of file