mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
24 lines
747 B
JSON
24 lines
747 B
JSON
{
|
|
"version": "0.31.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.31.0/pkl-windows-amd64.exe#/pkl.exe",
|
|
"hash": "37d35ce8a165766502fb13799071d4cefa84d39fb455c75c471b47b9b5d12b04"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|