From b79fe567c4eb3b38eedaa838253a0bcdd426bef2 Mon Sep 17 00:00:00 2001 From: Andrew Savinykh <658865+AndrewSav@users.noreply.github.com> Date: Thu, 23 Jun 2022 02:20:00 +1200 Subject: [PATCH] stern: Update to version 1.21.0 (#3698) * stern@1.21.0: switch from the abandoned repo to the current one * attempt to fix autoupdate hash * remove hash as no hash is published by the new repository * add hash autoupdate back, since checksums are there after all * Add $version back to AU URL Co-authored-by: Ross Smith II --- bucket/stern.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/bucket/stern.json b/bucket/stern.json index 71d79b1a84..b532342eb3 100644 --- a/bucket/stern.json +++ b/bucket/stern.json @@ -1,12 +1,12 @@ { - "version": "1.11.0", + "version": "1.21.0", "description": "Multi pod and container log tailing for Kubernetes", - "homepage": "https://github.com/wercker/stern", + "homepage": "https://github.com/stern/stern", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/wercker/stern/releases/download/1.11.0/stern_windows_amd64.exe#/stern.exe", - "hash": "75708b9acf6ef0eeffbe1f189402adc0405f1402e6b764f1f5152ca288e3109e" + "url": "https://github.com/stern/stern/releases/download/v1.21.0/stern_1.21.0_windows_amd64.tar.gz", + "hash": "c3f148576e604b250f4df4769079f7b69f62b2dfcdff10dc5fbd51815c297331" } }, "bin": "stern.exe", @@ -14,12 +14,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/wercker/stern/releases/download/$version/stern_windows_amd64.exe#/stern.exe" + "url": "https://github.com/stern/stern/releases/download/v$version/stern_$version_windows_amd64.tar.gz" } }, "hash": { - "url": "https://github.com/wercker/stern/releases/tag/$version", - "regex": "(?sm)$basename:.*?$sha256" + "url": "$baseurl/checksums.txt" } } }