ScoopInstaller_Main/bucket/gomplate.json
2020-08-30 11:06:44 +02:00

32 lines
1.4 KiB
JSON

{
"version": "3.8.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.8.0/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:af321307edbeb701624348a4795c5fec801775d52d394b7e13c08e2f39bf0a74ad981deb41eb83dac34c019aae090f970b37609f6d8e5c7dd854283a32fbdfc3"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.8.0/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:9b3b889d94c74d3204decd4e7914d8f718392678455938b85d926e9c04389c286347dbe2759563d3004086551bd49e5d4137a4503ca7e26e90aa917ee8d5cc02"
}
},
"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"
}
}
}