2025-11-03 20:29:33 +00:00

25 lines
839 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "0.30.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.30.0/pkl-windows-amd64.exe#/pkl.exe",
"hash": "3af84f8f6753ae6cfab50f7127fbfb3b53d374c03079ca0cec27eddffc492b3c"
}
},
"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"
}
}
}
}