mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
24 lines
751 B
JSON
24 lines
751 B
JSON
{
|
|
"version": "0.11.2",
|
|
"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.11.2/prqlc-v0.11.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4b7e068a6908bb9de69895d47efe49ef93799a3b94fdf6a901f77680d9cf6738"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|