mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.15.2",
|
|
"description": "A simple, fast container image builder for Go applications",
|
|
"homepage": "https://ko.build/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.2/ko_0.15.2_Windows_x86_64.tar.gz",
|
|
"hash": "14c1c766e19fb3f0513696ae596de74d52bd95aed182650faaf722f905c06049"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.2/ko_0.15.2_Windows_i386.tar.gz",
|
|
"hash": "cb1b075f17ca22de778f285168ee7df74445fa572c850896fb0e168ada5056bc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.2/ko_0.15.2_Windows_arm64.tar.gz",
|
|
"hash": "ddfc8fa233d6b9bb213356b7efd61257aad14238b9bec81cc7b8aa9aa1356501"
|
|
}
|
|
},
|
|
"bin": "ko.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ko-build/ko/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v$version/ko_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v$version/ko_$version_Windows_i386.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v$version/ko_$version_Windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|