ScoopInstaller_Main/bucket/gomplate.json
2024-07-06 20:25:02 +00:00

32 lines
1.4 KiB
JSON

{
"version": "4.1.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.1.0/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:9a8e4b3ec66283c19d27062c2506a15af766701cf6f1c8cabb316e38351de25f066595f4ca4d769293a3f74876d7629e62cebf3ab44390e404a2954ed1a1e472"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.1.0/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:7e068255ca6552d6dc37cdc3d2a0ca7da89e4cc43bbc88706e95684816cce53801be85d3181007fbead0f1d5c65e44fc38e7c92004a39964ae39a11da9cc3b39"
}
},
"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"
}
}
}