From e7fb6c0d6509ad2b14c968857da9c0b126ec7f50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 00:41:26 +0000 Subject: [PATCH] pkl-cli: Update to version 0.30.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 4515032c9e..da2a17c99a 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.30.0", + "version": "0.30.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.30.0/pkl-windows-amd64.exe#/pkl.exe", - "hash": "3af84f8f6753ae6cfab50f7127fbfb3b53d374c03079ca0cec27eddffc492b3c" + "url": "https://github.com/apple/pkl/releases/download/0.30.1/pkl-windows-amd64.exe#/pkl.exe", + "hash": "2ac9dcd922d5654d202eaebe52b667db3c00c523f52562dd95841347e11a65cd" } }, "bin": "pkl.exe",