2021-07-01 22:15:08 -07:00

28 lines
818 B
JSON

{
"version": "0.19.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.19.0/tinygo0.19.0.windows-amd64.zip",
"hash": "922b375abc9e81fbb3decfced445d5184305fb872cd6c2784412f9103f256d6a"
}
},
"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"
}
}
}
}