Jakub Čábera 4e145d053c
stern: Add version 1.11.0 (#740)
- 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>
2020-02-03 08:53:50 +01:00

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"
}
}
}