mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.15.4",
|
|
"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.4/ko_0.15.4_Windows_x86_64.tar.gz",
|
|
"hash": "5864c34cf98f4cc895860d7cc73660c831934af6d5c37a257e59fa1871bad506"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.4/ko_0.15.4_Windows_i386.tar.gz",
|
|
"hash": "59270331e5d26899727b6b8900d659871038a4b3ab2ae05e942d997d93e3cfd5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.4/ko_0.15.4_Windows_arm64.tar.gz",
|
|
"hash": "93a5aedd593e9247419c19c57a46578c128fb9abd9da7e3a7825ba825022eaa8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|