mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
- Closes lukesampson/scoop-extras#3275 - Closes lukesampson/scoop#3510 Co-authored-by: Patrik Akselsson <pakselsson@paypal.com> Co-authored-by: Patrik Akselsson <patrik.akselsson@gmail.com>
26 lines
867 B
JSON
26 lines
867 B
JSON
{
|
|
"version": "1.11.0",
|
|
"description": "Multi pod and container log tailing for Kubernetes",
|
|
"homepage": "https://github.com/wercker/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"
|
|
}
|
|
},
|
|
"bin": "stern.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wercker/stern/releases/download/$version/stern_windows_amd64.exe#/stern.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/wercker/stern/releases/tag/$version",
|
|
"regex": "(?sm)$basename:.*?$sha256"
|
|
}
|
|
}
|
|
}
|