mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
mizu-cli: Add version 33.1 (#3676)
* Create mizu-cli.json Added manifest for mizu-cli * Update bucket/mizu-cli.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Update bucket/mizu-cli.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Fixed autoupdate hash extraction Co-authored-by: tech189 <dlloyd189@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: tech189 <dlloyd189@gmail.com>
This commit is contained in:
parent
e5f40c51d3
commit
4e1a150115
27
bucket/mizu-cli.json
Normal file
27
bucket/mizu-cli.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "33.1",
|
||||
"description": "The API Traffic Viewer for Kubernetes",
|
||||
"homepage": "https://getmizu.io/docs/mizu/mizu-cli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/up9inc/mizu/releases/download/33.1/mizu.exe",
|
||||
"hash": "1da9381b9267016454304b5dbc33dfd6740e8d2d30c33721ea3215071bac271c"
|
||||
}
|
||||
},
|
||||
"bin": "mizu.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/up9inc/mizu"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/up9inc/mizu/releases/download/$version/mizu.exe",
|
||||
"hash": {
|
||||
"url": "$baseurl/mizu_windows_amd64.sha256",
|
||||
"regex": "$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user