mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 21:11:20 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "4.0.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.0.0/gomplate_windows-amd64.exe#/gomplate.exe",
|
|
"hash": "sha512:b003aab6c3ac8cb24ea8b93b186877293808e8935b576da9e8b1eae80d04b97c6a117acb36efea9286a49d0d900cd827f732a109ab8009decff992939aa4c9fb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v4.0.0/gomplate_windows-386.exe#/gomplate.exe",
|
|
"hash": "sha512:639faba5d29c32950c901dbfac8a3b0bc4901615f9d6595f772f90979f1e747d8172f5a5fea587fda87f3c606cd80a46e0ad14622ccad1a13789c8620e30cdaf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|