mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
25 lines
839 B
JSON
25 lines
839 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
|
"version": "0.30.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.30.2/pkl-windows-amd64.exe#/pkl.exe",
|
|
"hash": "19e92aa59bcf4e54963b6e3b419af7e1b939f5793b44f4a08d60bab1217106f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|