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