2025-01-26 00:36:17 +00:00

24 lines
749 B
JSON

{
"version": "0.13.3",
"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.3/prqlc-0.13.3-x86_64-pc-windows-msvc.zip",
"hash": "6b47a5a5d0713fb0287612729d60fd9d0047e94f0459a09156b2fa7cbba8b80f"
}
},
"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"
}
}
}
}