mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
prqlc: Fix autoupdate and update to version 0.13.2 (#6279)
This commit is contained in:
parent
40110d064f
commit
191d523e49
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "0.11.4",
|
"version": "0.13.2",
|
||||||
"description": "A simple, powerful, pipelined SQL replacement",
|
"description": "A simple, powerful, pipelined SQL replacement",
|
||||||
"homepage": "https://prql-lang.org/",
|
"homepage": "https://prql-lang.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/PRQL/prql/releases/download/0.11.4/prqlc-v0.11.4-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/PRQL/prql/releases/download/0.13.2/prqlc-0.13.2-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "d9454249afbff07cf2b80093cccdaa79b6a97753759aff8f4dba7dbb9d70c4a3"
|
"hash": "41ce826c8887fdc37e067478b04279435497e09332fff61746fe895c2f9ce022"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "prqlc.exe",
|
"bin": "prqlc.exe",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/PRQL/prql/releases/download/$version/prqlc-v$version-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/PRQL/prql/releases/download/$version/prqlc-$version-x86_64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user