From 8b21473a6d945a0374414a39e0d2216e259810f0 Mon Sep 17 00:00:00 2001 From: bgme Date: Tue, 16 May 2023 13:51:58 +0800 Subject: [PATCH] fix sing-geoip sing-geosite --- repo/sing-geoip/PKGBUILD | 2 +- repo/sing-geosite/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/sing-geoip/PKGBUILD b/repo/sing-geoip/PKGBUILD index f72a87c..4966a01 100644 --- a/repo/sing-geoip/PKGBUILD +++ b/repo/sing-geoip/PKGBUILD @@ -12,7 +12,7 @@ source=("git+https://github.com/SagerNet/sing-geoip.git") sha256sums=('SKIP') pkgver() { - curl https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name" + curl -s https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name" } build() { diff --git a/repo/sing-geosite/PKGBUILD b/repo/sing-geosite/PKGBUILD index 2b8ff8c..46dd724 100644 --- a/repo/sing-geosite/PKGBUILD +++ b/repo/sing-geosite/PKGBUILD @@ -12,7 +12,7 @@ source=("git+https://github.com/SagerNet/sing-geosite.git") sha256sums=('SKIP') pkgver() { - curl https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name" + curl -s https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name" } build() {