2025-12-17 00:40:48 +00:00

24 lines
752 B
JSON

{
"version": "0.13.10",
"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.10/prqlc-0.13.10-x86_64-pc-windows-msvc.zip",
"hash": "5dac4611c8e31fbcb390ff38a0b3c04d784553854ca8cbc7f2ffb6e9b47a4eab"
}
},
"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"
}
}
}
}