2023-12-20 20:24:54 +00:00

24 lines
751 B
JSON

{
"version": "0.11.0",
"description": "A simple, powerful, pipelined SQL replacement",
"homepage": "https://prql-lang.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/PRQL/prql/releases/download/0.11.0/prqlc-v0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "5632b4d80f68efc1c8551a52352806f00ba143fbedad0d425480e52da294173c"
}
},
"bin": "prqlc.exe",
"checkver": {
"github": "https://github.com/PRQL/prql"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PRQL/prql/releases/download/$version/prqlc-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}