mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 04:21:20 +00:00
* 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>
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"version": "1.21.0",
|
|
"description": "Multi pod and container log tailing for Kubernetes",
|
|
"homepage": "https://github.com/stern/stern",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stern/stern/releases/download/v1.21.0/stern_1.21.0_windows_amd64.tar.gz",
|
|
"hash": "c3f148576e604b250f4df4769079f7b69f62b2dfcdff10dc5fbd51815c297331"
|
|
}
|
|
},
|
|
"bin": "stern.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stern/stern/releases/download/v$version/stern_$version_windows_amd64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|