pkl-cli: Add version 0.27.1 (#6233)

This commit is contained in:
Olav Rønnestad Birkeland 2025-02-14 13:19:42 +01:00 committed by GitHub
parent dbd55d7dfa
commit 36b3ddbc7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
bucket/pkl-cli.json Normal file
View File

@ -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"
}
}
}
}