2025-12-13 20:30:51 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.18.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.18.1/ko_0.18.1_Windows_x86_64.tar.gz",
"hash": "d15c5e391279a2222d4d659ac53047e08d70e21fea54b2133f0a5c25a1f1f694"
},
"32bit": {
"url": "https://github.com/ko-build/ko/releases/download/v0.18.1/ko_0.18.1_Windows_i386.tar.gz",
"hash": "871dc1440c44177cde66c9af1e3bc7fa27f3f2a70bda172cdae4cfcbb5f43d73"
},
"arm64": {
"url": "https://github.com/ko-build/ko/releases/download/v0.18.1/ko_0.18.1_Windows_arm64.tar.gz",
"hash": "bca8d4bfce66988c55bcd93f2bee798a9d1fab283d4e28faa8033d97aaa8aa8b"
}
},
"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"
}
}
}