2023-10-27 00:32:41 +00:00

24 lines
751 B
JSON

{
"version": "0.10.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.10.0/prqlc-v0.10.0-x86_64-pc-windows-msvc.zip",
"hash": "c936b3c0a1670e44b1457727228d2746aab2c565770561f9b310ff2d624bfc9f"
}
},
"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"
}
}
}
}