ScoopInstaller_Main/bucket/go-jsonnet.json
2022-10-26 20:30:36 +00:00

28 lines
859 B
JSON

{
"version": "0.19.0",
"description": "A data templating language for app and tool developers",
"homepage": "https://github.com/google/go-jsonnet",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/google/go-jsonnet/releases/download/v0.19.0/go-jsonnet_0.19.0_Windows_x86_64.tar.gz",
"hash": "cc14ddd2d752e16ec9fb80138fe26dcfeef7b1560a52dfd469f6d16c43847fa1"
}
},
"bin": [
"jsonnet.exe",
"jsonnetfmt.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_$version_Windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}