Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Formula/wksctl.rb
Original file line number Diff line number Diff line change
@@ -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