mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"version": "1.33.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.33.0/stern_1.33.0_windows_amd64.tar.gz",
|
|
"hash": "7755c37202b5bfa318af31787fc52890dad48c1958c5f729b10285b02330408d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|