mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "4.3.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/v4.3.0/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:a7543b860945f7410c3ff550bff95d82eee0cf7f48a3a247768d985f1bd214f7b759ef963bd697fff04bb35f7940ed05c8edfeb71d17f8ad7d95c68215faacba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.3.0/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:b73c8f9fe9821747d36209c35bfa0a2dd80d57fa7fec7cd1d3196ca493f61b9ad30c5287395474d8a9940a55936cc63f2d4fbc915cef19e2506c0283289284db"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|