Skip to content

Commit

Permalink
k0sctl: add 0.12.5 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Jan 26, 2022
1 parent 3954991 commit aa9fa48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/k0sctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ class K0sctl < Formula
license "Apache-2.0"
head "https://github.com/k0sproject/k0sctl.git", branch: "main"

bottle do
root_url "https://github.com/k0sproject/homebrew-tap/releases/download/k0sctl-0.12.5"
sha256 cellar: :any_skip_relocation, big_sur: "18be5a3e6731e45d7c63b9797cdf3126f77ede124c553611ac53d7b1e9dc6ff0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "026b893efabc6aecf69e6fb2b67c39c863c603adef7ff98a72b358bf9fcb9c1c"
end

depends_on "go@1.17" => :build

def install
Expand Down

0 comments on commit aa9fa48

Please sign in to comment.