mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
24 lines
748 B
JSON
24 lines
748 B
JSON
{
|
|
"version": "0.9.5",
|
|
"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.9.5/prqlc-v0.9.5-x86_64-pc-windows-msvc.zip",
|
|
"hash": "361e7261379e28040666460c980ec81e7555f6e1fb364cf15b44133f6c12ae1f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|