clash-geoip: remove old update script

This commit is contained in:
Candy Cloud 2022-12-17 17:24:35 +08:00 committed by GitHub
parent 62fa8fe959
commit c8c93b4d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p common-updater-scripts curl jq
set -euo pipefail
RELEASE=$(curl "https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest")
update-source-version clash-geoip "$(echo $RELEASE | jq -r .tag_name)"