From 3d76b024ad21b484de59a380ae2c29348dfc95e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:29:35 +0000 Subject: [PATCH] pkl-cli: Update to version 0.29.0 --- bucket/pkl-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pkl-cli.json b/bucket/pkl-cli.json index 36c554391d..853ddeddd1 100644 --- a/bucket/pkl-cli.json +++ b/bucket/pkl-cli.json @@ -1,13 +1,13 @@ { "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", - "version": "0.28.2", + "version": "0.29.0", "description": "A configuration as code language with rich validation and tooling.", "homepage": "https://pkl-lang.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/apple/pkl/releases/download/0.28.2/pkl-windows-amd64.exe#/pkl.exe", - "hash": "f346d25b6c418822726241c3c7363dc2e4d5ff5b4cdfc3cfa7e3c86f590fa9a8" + "url": "https://github.com/apple/pkl/releases/download/0.29.0/pkl-windows-amd64.exe#/pkl.exe", + "hash": "0f1db1490444293a050be5ddf612ec2a70d9b30312ddedb3f7c3104fa50c492f" } }, "bin": "pkl.exe",