ScoopInstaller_Main/bucket/gomplate.json
2023-11-17 20:24:28 +00:00

32 lines
1.4 KiB
JSON

{
"version": "3.11.6",
"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.6/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "sha512:b156a52a525d46e7ec1c5c501feee38a363dc38a6f5d4b8e00f324f20225c7e6edea4e2a3c152717961bc5c974d284c2298a64d3fe08a17602918b622d750de6"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.6/gomplate_windows-386.exe#/gomplate.exe",
"hash": "sha512:9c753763e11e11402dd75f1902ab0fe23e1b1cea2c3d91dba7501c6dcb2514a73501a45e793796be2aa317588e218ee43e11dec54d9bbb74aef814f0d1a5a565"
}
},
"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"
}
}
}