2024-10-25 00:35:16 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.17.1",
"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.17.1/ko_0.17.1_Windows_x86_64.tar.gz",
"hash": "ddf19c933d7c07533e08bc174f75ae5fc7f82a614be7a7bc37bc119fe19d6b5e"
},
"32bit": {
"url": "https://github.com/ko-build/ko/releases/download/v0.17.1/ko_0.17.1_Windows_i386.tar.gz",
"hash": "fb67496375057ba8465abbbadcf1f91b6a17b8271f5cb73f08d4a834321a12ce"
},
"arm64": {
"url": "https://github.com/ko-build/ko/releases/download/v0.17.1/ko_0.17.1_Windows_arm64.tar.gz",
"hash": "b8f16f76b5bfe2ba8602f8d3b5d96f61c7416dcf7a035877804221d9af15c04c"
}
},
"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"
}
}
}