2025-07-24 20:29:35 +00:00

25 lines
839 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"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.29.0/pkl-windows-amd64.exe#/pkl.exe",
"hash": "0f1db1490444293a050be5ddf612ec2a70d9b30312ddedb3f7c3104fa50c492f"
}
},
"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"
}
}
}
}