From a66e0b0ead637a44a15506daf33a4ca7cab6fc13 Mon Sep 17 00:00:00 2001 From: Itchy Max <88702308+itchymax@users.noreply.github.com> Date: Tue, 26 Jul 2022 23:10:50 +1000 Subject: [PATCH] Upgrade itchysats to 0.5.0 (#3241) --- home.admin/config.scripts/bonus.itchysats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.itchysats.sh b/home.admin/config.scripts/bonus.itchysats.sh index 65c6d2529..f088a82e9 100755 --- a/home.admin/config.scripts/bonus.itchysats.sh +++ b/home.admin/config.scripts/bonus.itchysats.sh @@ -11,7 +11,7 @@ GITHUB_REPO="https://github.com/itchysats/itchysats" # can also be a commit hash # if empty it will use the latest source version # GITHUB_VERSION=$( curl -s https://api.github.com/repos/itchysats/itchysats/releases | jq -r '.[].tag_name' | grep -v "rc" | head -n1) -GITHUB_VERSION="0.4.21" +GITHUB_VERSION="0.5.0" # the github signature to verify the author # leave GITHUB_SIGN_AUTHOR empty to skip verifying