2025-12-12 12:31:44 +00:00

24 lines
749 B
JSON

{
"version": "0.13.8",
"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.13.8/prqlc-0.13.8-x86_64-pc-windows-msvc.zip",
"hash": "d78373e1d51c08ea1e62b840a93d31eb95ab74eb624715991d61a19d3a8fe526"
}
},
"bin": "prqlc.exe",
"checkver": {
"github": "https://github.com/PRQL/prql"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PRQL/prql/releases/download/$version/prqlc-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}