2024-05-16 16:28:05 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.15.3",
"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.3/ko_0.15.3_Windows_x86_64.tar.gz",
"hash": "f8ee8a2e722eaaf7aa78e0474dc99d5d0cea9b24418cdc748b62f6af89c815dd"
},
"32bit": {
"url": "https://github.com/ko-build/ko/releases/download/v0.15.3/ko_0.15.3_Windows_i386.tar.gz",
"hash": "798a9ffe26b6caa0b081bbfb2b8bcc874e6ed621df1576d09ba50f56dfb4f18e"
},
"arm64": {
"url": "https://github.com/ko-build/ko/releases/download/v0.15.3/ko_0.15.3_Windows_arm64.tar.gz",
"hash": "33eaaff57206eeb9e1ede49c53af5cdf6610590732988080d62c1f1487bc381b"
}
},
"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"
}
}
}