mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 00:21:37 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "3.11.8",
|
|
"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.8/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:10c8e30d3cef8f8487968705745165c7a77e8b56e53ab4d2030a8c4aa8566ea0685890486b88bc353148c3596f8fe375c0227389727b1ffc4fc0b32578104782"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.8/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:5d955f19c8e6e99da453f5f7396c0c53dc1043e00ef28df286da1ad4147ddffcc860958b270adfbcf06f7e414588f07469ceb8a206d4745e30327ebb40b795c2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|