mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "4.3.2",
|
|
"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.2/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:c07a1d56dd83ab72279a930538cdea1bc86493583345ad1e788d00c51447885287ed391772cabb58bf8c3508ec068548539abf2b0c6016bb178a21edd75053a5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.3.2/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:937a6c21026b3df52d3fffc78ac0f18529368e833f181c07ad806149e2bea97e50da70c3c50a5a747bea57bf875bd8339095084549d5f7ff9a135c0a3780fec3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|