2023-11-14 16:25:31 +00:00

24 lines
751 B
JSON

{
"version": "0.10.1",
"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.1/prqlc-v0.10.1-x86_64-pc-windows-msvc.zip",
"hash": "00a2f94508de151aeaf3b5d944db109a702a40627e1e2dce02bf883f6e31f6e4"
}
},
"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"
}
}
}
}