2025-12-04 00:41:26 +00:00

25 lines
839 B
JSON

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