mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.15.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.15.0/ko_0.15.0_Windows_x86_64.tar.gz",
|
|
"hash": "3ed89a6ef8b45738c989dcff23ca3ca19cf210b4cf4d5407991ee6792c9cee80"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.0/ko_0.15.0_Windows_i386.tar.gz",
|
|
"hash": "19ddfa1fd3aaa62742fb373b72b2b897bc71cd7c607fd80e0a9b23d331616421"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ko-build/ko/releases/download/v0.15.0/ko_0.15.0_Windows_arm64.tar.gz",
|
|
"hash": "29c6d7e643bca92f6f926f9471f351f3ca640d3b02623b6b038c5bfbe93c18c2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|