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": "3.10.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.10.0/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:52b19c79e89a1ff86a8c28b35d6d342e7aa608333108675f9c6dbbc68821a75f98a44991da5555ef8562d0736dd589c220626e962947c302ffd0d5ff6ec3e3dd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.10.0/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:abe64e8f10a3dfda000f20cf1ec0d9d0d685b53a2ab3bea23b31f0b6a372fe238acd0dd121ba3898c9a43e89ab6ac7fce619d6d43a5466cdc049bda27d0e88b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|