ScoopInstaller_Main/bucket/go-jsonnet.json
2022-10-27 20:29:28 +00:00

28 lines
859 B
JSON

{
"version": "0.19.1",
"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.1/go-jsonnet_0.19.1_Windows_x86_64.tar.gz",
"hash": "16166b82b8764818baeda37806419007c72c82741c9bb6970703ea9fe71e2f80"
}
},
"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"
}
}
}