mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "3.11.7",
|
|
"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.7/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:c073b6b45f67a36da71f14f780a7a1996ad114a2de63ad1f0ce7e9ec4a02c11607a63c91c9ce4b70f8555f0df424ee60e267c3240cfe7ae64237ea65a31253f1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.7/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:07ef63e1acb2449087e3a18421f2602e8d7be209cde298d1554fb7220ef0501940260919a28ad87f36e929b39b5201792527372d42d14bf8ff8cc3272049543a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|