gomplate: Add version 3.6.0 (#859)

* Add gomplate

* Update bucket/gomplate.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/gomplate.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/gomplate.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/gomplate.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/gomplate.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/gomplate.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Hsiao-nan Cheung 2020-04-01 21:31:00 +08:00 committed by GitHub
commit 73b2aadca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/gomplate.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "3.6.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/v3.6.0/gomplate_windows-amd64.exe#/gomplate.exe",
"hash": "a0abc996290a1a0a6c120a03adc4f3bf6de12bdc3280f280ebaa7094570a8fe1"
},
"32bit": {
"url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-386.exe#/gomplate.exe",
"hash": "f73627c07134b48323dbfa4ab8cf216c59a074118a033cd6108d1030d62ed940"
}
},
"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.txt"
}
}
}