mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
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 <ross@smithii.com>
This commit is contained in:
parent
cdadb387f7
commit
b79fe567c4
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "1.11.0",
|
"version": "1.21.0",
|
||||||
"description": "Multi pod and container log tailing for Kubernetes",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/wercker/stern/releases/download/1.11.0/stern_windows_amd64.exe#/stern.exe",
|
"url": "https://github.com/stern/stern/releases/download/v1.21.0/stern_1.21.0_windows_amd64.tar.gz",
|
||||||
"hash": "75708b9acf6ef0eeffbe1f189402adc0405f1402e6b764f1f5152ca288e3109e"
|
"hash": "c3f148576e604b250f4df4769079f7b69f62b2dfcdff10dc5fbd51815c297331"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "stern.exe",
|
"bin": "stern.exe",
|
||||||
@ -14,12 +14,11 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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": {
|
"hash": {
|
||||||
"url": "https://github.com/wercker/stern/releases/tag/$version",
|
"url": "$baseurl/checksums.txt"
|
||||||
"regex": "(?sm)$basename:.*?$sha256"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user