From 36b3ddbc7b73b24783d1ec901040644defa2aab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:19:42 +0100 Subject: [PATCH] pkl-cli: Add version 0.27.1 (#6233) --- bucket/pkl-cli.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/pkl-cli.json diff --git a/bucket/pkl-cli.json b/bucket/pkl-cli.json new file mode 100644 index 0000000000..5b8f404b65 --- /dev/null +++ b/bucket/pkl-cli.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", + "version": "0.27.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.27.1/pkl-windows-amd64.exe#/pkl.exe", + "hash": "43e8f66d8bd2fd9779007306dae6e0b4c37b1fcf8f9d70e6431cfe60682f3700" + } + }, + "bin": "pkl.exe", + "checkver": { + "github": "https://github.com/apple/pkl" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/apple/pkl/releases/download/$version/pkl-windows-amd64.exe#/pkl.exe" + } + } + } +}