2024-08-05 16:29:01 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.16.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.16.0/ko_0.16.0_Windows_x86_64.tar.gz",
"hash": "d81922fa068ec52e02818368b3594b557970d3cf2ddb3abf4189ddd15df9e710"
},
"32bit": {
"url": "https://github.com/ko-build/ko/releases/download/v0.16.0/ko_0.16.0_Windows_i386.tar.gz",
"hash": "1966a104604e63bcbd5dab4c7a0c5e56e6ce815d114c352f4032496fd6627cef"
},
"arm64": {
"url": "https://github.com/ko-build/ko/releases/download/v0.16.0/ko_0.16.0_Windows_arm64.tar.gz",
"hash": "fb482ce417b1f5bf255eea0fd4249250fce9ed246bb9a0604da5d4fdade8bf6f"
}
},
"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"
}
}
}