From 191d523e490e7b84d8df405526e9e7b2ad9ced12 Mon Sep 17 00:00:00 2001 From: Sam Green Date: Wed, 27 Nov 2024 12:03:09 +0000 Subject: [PATCH] prqlc: Fix autoupdate and update to version 0.13.2 (#6279) --- bucket/prqlc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/prqlc.json b/bucket/prqlc.json index 82388b4a62..3cf6e2182b 100644 --- a/bucket/prqlc.json +++ b/bucket/prqlc.json @@ -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", @@ -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" } } }