From 30688cdf922e7c39bb74f154c8ee847f53656b97 Mon Sep 17 00:00:00 2001 From: Chris Denneen Date: Fri, 3 Apr 2020 16:14:23 -0400 Subject: [PATCH] Adding wksctl Formula 0.8.1 --- Formula/wksctl.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/wksctl.rb diff --git a/Formula/wksctl.rb b/Formula/wksctl.rb new file mode 100644 index 0000000..8b71287 --- /dev/null +++ b/Formula/wksctl.rb @@ -0,0 +1,12 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +class Wksctl < Formula + desc "Open Source Weaveworks Kubernetes System" + homepage "https://github.com/weaveworks/wksctl" + url "https://github.com/weaveworks/wksctl/releases/download/0.8.1/wksctl-0.8.1-darwin-x86_64.tar.gz" + version "0.8.1" + sha256 "a3f413c25e5fb68cdc65cf51c3e5347bed1f4dc56c863d86f43b9e520a8ef4b0" + + def install + bin.install "wksctl" + end +end