mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
24 lines
749 B
JSON
24 lines
749 B
JSON
{
|
|
"version": "0.13.4",
|
|
"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.4/prqlc-0.13.4-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a45530bf6d370e564e5f3d1890de65a54e6b6094f4399ce235e8a00d97bc3247"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|