Skip to content

Commit

Permalink
prqlc: Fix autoupdate and update to version 0.13.2 (#6279)
Browse files Browse the repository at this point in the history
  • Loading branch information
green-s authored Nov 27, 2024
1 parent 40110d0 commit 191d523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/prqlc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.11.4",
"version": "0.13.2",
"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.4/prqlc-v0.11.4-x86_64-pc-windows-msvc.zip",
"hash": "d9454249afbff07cf2b80093cccdaa79b6a97753759aff8f4dba7dbb9d70c4a3"
"url": "https://github.com/PRQL/prql/releases/download/0.13.2/prqlc-0.13.2-x86_64-pc-windows-msvc.zip",
"hash": "41ce826c8887fdc37e067478b04279435497e09332fff61746fe895c2f9ce022"
}
},
"bin": "prqlc.exe",
Expand All @@ -16,7 +16,7 @@
"autoupdate": {
"architecture": {
"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"
}
}
}
Expand Down

0 comments on commit 191d523

Please sign in to comment.