mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
24 lines
751 B
JSON
24 lines
751 B
JSON
{
|
|
"version": "0.11.1",
|
|
"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.1/prqlc-v0.11.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "07679a9c1c62049921ca913e2485c1b606b5cf65f08d05c2f0fbb2345d6c810b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|