Skip to content

Commit

Permalink
operator-sdk 0.10.0
Browse files Browse the repository at this point in the history
Closes #42950.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
  • Loading branch information
chenrui333 authored and lembacon committed Aug 9, 2019
1 parent 32d82ec commit 73e79cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/operator-sdk.rb
Expand Up @@ -2,8 +2,8 @@ class OperatorSdk < Formula
desc "SDK for building Kubernetes applications"
homepage "https://coreos.com/operators/"
url "https://github.com/operator-framework/operator-sdk.git",
:tag => "v0.9.0",
:revision => "560208dc998de497bbf59fea1b63426aec430934"
:tag => "v0.10.0",
:revision => "ff80b17737a6a0aade663e4827e8af3ab5a21170"
head "https://github.com/operator-framework/operator-sdk.git"

bottle do
Expand All @@ -24,7 +24,7 @@ def install
src.cd do
# Make binary
system "make", "build/operator-sdk-#{stable.specs[:tag]}-x86_64-apple-darwin"
bin.install "build/operator-sdk-v0.9.0-x86_64-apple-darwin" => "operator-sdk"
bin.install "build/operator-sdk-v0.10.0-x86_64-apple-darwin" => "operator-sdk"

# Install bash completion
output = Utils.popen_read("#{bin}/operator-sdk completion bash")
Expand Down

0 comments on commit 73e79cc

Please sign in to comment.