2022-08-03 16:31:32 +00:00

28 lines
818 B
JSON

{
"version": "0.25.0",
"description": "A Go compiler for small places",
"homepage": "https://tinygo.org",
"license": "BSD-3-Clause",
"suggest": {
"Go": "go"
},
"architecture": {
"64bit": {
"url": "https://github.com/tinygo-org/tinygo/releases/download/v0.25.0/tinygo0.25.0.windows-amd64.zip",
"hash": "908ffa9cbb24bf320ab49599112e6dcd55a051fa32c4a012df0eea1ac00502a4"
}
},
"extract_dir": "tinygo",
"bin": "bin\\tinygo.exe",
"checkver": {
"github": "https://github.com/tinygo-org/tinygo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tinygo-org/tinygo/releases/download/v$version/tinygo$version.windows-amd64.zip"
}
}
}
}