ScoopInstaller_Main/bucket/gomplate.json
2021-01-26 17:14:58 +01:00

32 lines
1.4 KiB
JSON

{
"version": "3.9.0",
"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.9.0/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:0ccedfe40730c8b0a6892dc30fd0bd301a3c21c9a995fec637fe0a9cb5b62f937fb8c5baad179c855a6407b7bd7603819f0a90af34ed3263382c78d1163faed9"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.9.0/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:174691180906b966d5a0a79d2e0ed98d4eb734eec8a7114a55b2c019fe14960a9a234ca6bd95f95603a45a134815f6f61d963963e90b1c6efac2598f8e562f37"
}
},
"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"
}
}
}