From 9c185bab06a9905e4b0eb4f21c5f5e675c13ef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Lor=C3=A9tan?= Date: Sun, 22 Dec 2019 00:23:08 -0800 Subject: [PATCH] k2tf: Add version 0.3.0 (#654) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/k2tf.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/k2tf.json diff --git a/bucket/k2tf.json b/bucket/k2tf.json new file mode 100644 index 0000000000..1f9a49e51a --- /dev/null +++ b/bucket/k2tf.json @@ -0,0 +1,24 @@ +{ + "homepage": "https://github.com/sl1pm4t/k2tf", + "description": "Converts Kubernetes API Objects (in YAML format) into HashiCorp's Terraform configuration language.", + "license": "MPL-2.0", + "version": "0.3.0", + "architecture": { + "64bit": { + "url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.3.0/k2tf_0.3.0_Windows_x86_64.tar.gz", + "hash": "8d424bf2776573e734aa90d9057cda4eb7a01a03a9896b54ab4bdb156ef51b56" + } + }, + "bin": "k2tf.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_x86_64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}