ScoopInstaller_Main/bucket/gomplate.json
2024-06-28 16:28:30 +00:00

32 lines
1.4 KiB
JSON

{
"version": "4.0.1",
"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.0.1/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:06c0b9f95e8ffd3abcfb8ef2acc33c88310a151ec80cea8e549d871dc88e886656c48ce52d0a0b96324af739e8174a005196ad86c9234db1a943de4cc372fcc3"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.0.1/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:086e19d385da8202e581a91815731234761c4b5ebd41d2271d15f4274c8f6357ecda2f57188d4aa1ae93f1e363c177eebc89b093e39befcccc5d7bd02748d814"
}
},
"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"
}
}
}