ScoopInstaller_Main/bucket/gomplate.json
2025-07-13 00:47:46 +00:00

32 lines
1.4 KiB
JSON

{
"version": "4.3.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/v4.3.3/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:437af5aace446e9f26252180ee13daef0ca56b6f4a46494785f77ed84e3dc1876b2d3974cc602d6ebc54670814028f2a24e96d2da6c01dc14eb5655fb4fa7e63"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.3.3/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:2c40c720a619dbeb7e6a408ef7e17ccf83bea3e564bb45e3afa68b4a64abecf5944c96e8a07d066c595d785b168296d94bcc2a48ae2f42fd7a8652d43fd0fcb0"
}
},
"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"
}
}
}