From 93ee5785fb35566684bfdbabc7b150e8e87a5563 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 3 Mar 2020 16:19:42 +0000 Subject: [PATCH 1/7] Add gomplate --- bucket/gomplate.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/gomplate.json diff --git a/bucket/gomplate.json b/bucket/gomplate.json new file mode 100644 index 0000000000..e1f36c4b7c --- /dev/null +++ b/bucket/gomplate.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://github.com/hairyhenderson/gomplate", + "description": "A flexible commandline tool for template rendering.", + "license": "MIT", + "version": "3.6.0", + "architecture": { + "64bit": { + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-amd64.exe", + "hash": "a0abc996290a1a0a6c120a03adc4f3bf6de12bdc3280f280ebaa7094570a8fe1" + }, + "32bit": { + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-386.exe", + "hash": "f73627c07134b48323dbfa4ab8cf216c59a074118a033cd6108d1030d62ed940" + } + }, + "bin": [["gomplate_windows-amd64.exe", "gomplate"]], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-amd64.exe" + }, + "32bit": { + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-386.exe" + } + }, + "hash": { + "url": "$baseurl/checksums-v$version.txt" + } + } +} From 3d50c606da99811fc262fc990ff9b80a53d1c0ce Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 3 Mar 2020 17:00:17 +0000 Subject: [PATCH 2/7] Update bucket/gomplate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/gomplate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index e1f36c4b7c..6d2cdc2ab5 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -1,8 +1,8 @@ { - "homepage": "https://github.com/hairyhenderson/gomplate", - "description": "A flexible commandline tool for template rendering.", - "license": "MIT", "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", From 3c9792d95aa13651a95fa063a7a3d33957a7dee1 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 3 Mar 2020 17:00:28 +0000 Subject: [PATCH 3/7] Update bucket/gomplate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/gomplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index 6d2cdc2ab5..e76fed7ef3 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -5,7 +5,7 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-amd64.exe", + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-amd64.exe#/gomplate.exe", "hash": "a0abc996290a1a0a6c120a03adc4f3bf6de12bdc3280f280ebaa7094570a8fe1" }, "32bit": { From 981a6a50bd93abe33339c98010d4181cbb3e6f5e Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 3 Mar 2020 17:00:42 +0000 Subject: [PATCH 4/7] Update bucket/gomplate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/gomplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index e76fed7ef3..5f9a0137b4 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -13,7 +13,7 @@ "hash": "f73627c07134b48323dbfa4ab8cf216c59a074118a033cd6108d1030d62ed940" } }, - "bin": [["gomplate_windows-amd64.exe", "gomplate"]], + "bin": "gomplate.exe", "checkver": "github", "autoupdate": { "architecture": { From 255306142b7efe85c4ec222b8a1f1ffb7b00b14c Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 3 Mar 2020 17:00:51 +0000 Subject: [PATCH 5/7] Update bucket/gomplate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/gomplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index 5f9a0137b4..327a9dbc5d 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -18,7 +18,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-amd64.exe" + "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" From 0cef5795f3222ef5b628092be8b5ac1b3c01b9c4 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 3 Mar 2020 17:01:01 +0000 Subject: [PATCH 6/7] Update bucket/gomplate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/gomplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index 327a9dbc5d..64852b39db 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -21,7 +21,7 @@ "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" + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v$version/gomplate_windows-386.exe#/gomplate.exe" } }, "hash": { From dc731c2d519dc2dd2621d7f5fb3f7cbe2acd0126 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Mon, 16 Mar 2020 12:28:33 +0000 Subject: [PATCH 7/7] Update bucket/gomplate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/gomplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index 64852b39db..ff9ca0ed93 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -9,7 +9,7 @@ "hash": "a0abc996290a1a0a6c120a03adc4f3bf6de12bdc3280f280ebaa7094570a8fe1" }, "32bit": { - "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-386.exe", + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_windows-386.exe#/gomplate.exe", "hash": "f73627c07134b48323dbfa4ab8cf216c59a074118a033cd6108d1030d62ed940" } },