mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.7.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/v3.7.0/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "83330086ad2f96690cf8c860405973c504b6f00fb7a56f58b6eb003dbd2d931d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.7.0/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "84ff1405ad22a8037847014ed83ce92701e3b31d57f6a0bc5f1b6121700ceca3"
|
|
}
|
|
},
|
|
"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.txt"
|
|
}
|
|
}
|
|
}
|