mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
898 B
JSON
31 lines
898 B
JSON
{
|
|
"version": "1.34",
|
|
"description": "A small, fast, single-package Kubernetes for datacenters and the edge",
|
|
"homepage": "https://microk8s.io",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"multipass": "multipass"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://microk8s.io/microk8s-installer.exe#/dl.7z",
|
|
"hash": "bc7a3a1cdb215ed6ee27fb84e1b197e2ffd2b62dead4985fcfecba69cd992edc"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\", \"$dir\\multipass*\" -Force -Recurse",
|
|
"bin": [
|
|
"kubectl.exe",
|
|
"microk8s.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/canonical/microk8s"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://microk8s.io/microk8s-installer.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|