From 53c8dd0022590a9c16fc15b50bae36cf871e7513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:29:10 +0000 Subject: [PATCH] pkl-cli: Update to version 0.28.1 --- 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 ed3cb761e8..3549b6181d 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.0", + "version": "0.28.1", "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.0/pkl-windows-amd64.exe#/pkl.exe", - "hash": "5a44fd07dcef67905e8a3eb1ccc2551d53dc2eec71ee6ce65ef0667cf7243d23" + "url": "https://github.com/apple/pkl/releases/download/0.28.1/pkl-windows-amd64.exe#/pkl.exe", + "hash": "68e59740e27750c4c2a2e3c1ec1e7e26baab485acb3bfe543a3df66ac80c4d8d" } }, "bin": "pkl.exe",