From f32e40870519ad8acc9f0addcbb06ba9657b56f7 Mon Sep 17 00:00:00 2001 From: scratchy <88706813+scratchscratchscratchy@users.noreply.github.com> Date: Fri, 30 Sep 2022 05:01:18 +1000 Subject: [PATCH] Upgrade itchysats to 0.6.1 (#3280) --- 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 f088a82e9..0ad740c30 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.5.0" +GITHUB_VERSION="0.6.1" # the github signature to verify the author # leave GITHUB_SIGN_AUTHOR empty to skip verifying