ScoopInstaller_Main/bucket/gomplate.json
2023-04-18 04:26:56 +00:00

32 lines
1.4 KiB
JSON

{
"version": "3.11.5",
"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.5/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:45e1a6d737e8c123648b6dae044be49d815e5b87aa2da9500eb94f6d2b4ef5eae6a8fd2ddc8b8cf1808951d97e0745e0d0441b3fe7d11978a74a906d21f94393"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.5/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:17117274c1f2734a347088e8f5b4f2d55bc90e8e30172af04e28dd6001cd9c05f79952d3dd1565d8cb9ac9bfcae236436c7113c9e777d8b99bdac2aa9a989c7a"
}
},
"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"
}
}
}