From 9ee160067783c518f3c0d2c31af8b6406b473347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 30 Aug 2020 11:06:44 +0200 Subject: [PATCH] gomplate: Update to version 3.8.0 --- bucket/gomplate.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/gomplate.json b/bucket/gomplate.json index 531b98da4f..07b8202546 100644 --- a/bucket/gomplate.json +++ b/bucket/gomplate.json @@ -1,16 +1,16 @@ { - "version": "3.7.0", + "version": "3.8.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.7.0/gomplate_windows-amd64.exe#/gomplate.exe", - "hash": "83330086ad2f96690cf8c860405973c504b6f00fb7a56f58b6eb003dbd2d931d" + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.8.0/gomplate_windows-amd64.exe#/gomplate.exe", + "hash": "sha512:af321307edbeb701624348a4795c5fec801775d52d394b7e13c08e2f39bf0a74ad981deb41eb83dac34c019aae090f970b37609f6d8e5c7dd854283a32fbdfc3" }, "32bit": { - "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.7.0/gomplate_windows-386.exe#/gomplate.exe", - "hash": "84ff1405ad22a8037847014ed83ce92701e3b31d57f6a0bc5f1b6121700ceca3" + "url": "https://github.com/hairyhenderson/gomplate/releases/download/v3.8.0/gomplate_windows-386.exe#/gomplate.exe", + "hash": "sha512:9b3b889d94c74d3204decd4e7914d8f718392678455938b85d926e9c04389c286347dbe2759563d3004086551bd49e5d4137a4503ca7e26e90aa917ee8d5cc02" } }, "bin": "gomplate.exe", @@ -25,7 +25,7 @@ } }, "hash": { - "url": "$baseurl/checksums-v$version.txt" + "url": "$baseurl/checksums-v$version_sha512.txt" } } }