ScoopInstaller_Main/bucket/gomplate.json
2022-09-13 20:31:52 +00:00

32 lines
1.4 KiB
JSON

{
"version": "3.11.3",
"description": "Template renderer with various datasource support",
"homepage": "https://github.com/hairyhenderson/gomplate",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.3/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:f33ba0fa1cd08e34bb0d60e7f69e29d6c684c87bcf93674d2277e801dfa91162c096b87c836479c1b5cd6a1cc4d510b094d5e9cbf9dc1603dd5637bb4a973361"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.3/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:4f4a848be4ddeff42b0f150d32fa8fa6e163da9a4e445071ef62c35e91057d8b8adbfed8626f16a51ff2077b485bf0c3cbde259b6db29d24d604729de52528fd"
}
},
"bin": "gomplate.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-amd64.exe#/gomplate.exe"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-386.exe#/gomplate.exe"
}
},
"hash": {
"url": "$baseurl/checksums-v$version_sha512.txt"
}
}
}