mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
839 B
JSON
25 lines
839 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
|
"version": "0.28.2",
|
|
"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.28.2/pkl-windows-amd64.exe#/pkl.exe",
|
|
"hash": "f346d25b6c418822726241c3c7363dc2e4d5ff5b4cdfc3cfa7e3c86f590fa9a8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|