mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
kim: Add version 0.1.0-beta.6 (#2657)
* kim: Add version 0.1.0-beta.6 * Update bucket/kim.json Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
cb948a26ae
commit
12827af514
24
bucket/kim.json
Normal file
24
bucket/kim.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "0.1.0-beta.6",
|
||||
"description": "Enables building images locally, natively on your k3s cluster",
|
||||
"homepage": "https://github.com/rancher/kim",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rancher/kim/releases/download/v0.1.0-beta.6/kim-windows-amd64.exe#/kim.exe",
|
||||
"hash": "64fe06e075fb9cf5e5116bff1e7dc7154c0e2f14ff112f3a352ed1ea97987b0f"
|
||||
}
|
||||
},
|
||||
"bin": "kim.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/rancher/kim",
|
||||
"regex": "download/v([\\w.-]+)/kim-windows-amd64.exe"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/rancher/kim/releases/download/v$version/kim-windows-amd64.exe#/kim.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user