prqlc: Fix autoupdate and update to version 0.13.2 (#6279)

This commit is contained in:
Sam Green 2024-11-27 12:03:09 +00:00 committed by GitHub
parent 40110d064f
commit 191d523e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
} }
} }
} }