ScoopInstaller_Main/bucket/gomplate.json
2024-11-11 00:36:29 +00:00

32 lines
1.4 KiB
JSON

{
"version": "4.2.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/v4.2.0/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:245f35240e6d1dd4ce208ecc3a30cfcee3b46a6221c76d07fc1b1efde278a7f365de97a2dabdc276d40e9f023f2e0558594c6bed67caca2c164e424e38e6aa3f"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.2.0/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:c3e5981da5b98c3192514c452b67a3805fa815fb8ba9d2a62aeaada4c1d0a3f6bf5214c15e40e73a57c09a6256e8c360aa4df40ac47792021396271d56404ef1"
}
},
"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"
}
}
}