2025-05-06 08:29:56 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.18.0",
"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.18.0/ko_0.18.0_Windows_x86_64.tar.gz",
"hash": "3ac73587f90a8773fbebc97446ca38b739cfb4902b5b59bcb5c2077a8c5f3f2e"
},
"32bit": {
"url": "https://github.com/ko-build/ko/releases/download/v0.18.0/ko_0.18.0_Windows_i386.tar.gz",
"hash": "e22706229f48cfa3ae23ec6b20cda9ac8f9e55a08c0ad283316e514685dde023"
},
"arm64": {
"url": "https://github.com/ko-build/ko/releases/download/v0.18.0/ko_0.18.0_Windows_arm64.tar.gz",
"hash": "c90cd1d0167388fe216af02cab181a8aeebc94a3be9fc979403393b135387c62"
}
},
"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"
}
}
}