mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "3.11.1",
|
|
"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.1/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:17239011dc5b9efb4bc7eae668e95b8649ec7b109ca6a6b054e09c86fa04826d7e45215dd4d269f39c00e55bb1887a1625d75fb9fcfdb42c00adbe2a2121d0a4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.1/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:de7266a4d528c0a3d6cbe3d268d88ebe6741866c2a1405f4144fb95555cd8443e57a234a8ba27eab2c264ca11700658026dd8cf2f4a117636de64cf9197d189d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|