2023-08-09 12:30:17 +00:00

27 lines
870 B
JSON

{
"version": "0.6.0",
"description": "CUE is an open source data constraint language which aims to simplify tasks involving defining and using data.",
"homepage": "https://cuelang.org",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/cue-lang/cue/releases/download/v0.6.0/cue_v0.6.0_windows_amd64.zip",
"hash": "69c32671349665ec4af9b8ab7a312e870b8318bf747041c0da2b8f505ce0e2e5"
}
},
"bin": "cue.exe",
"checkver": {
"github": "https://github.com/cue-lang/cue"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cue-lang/cue/releases/download/v$version/cue_v$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}