operator-sdk 0.6.0
Closes #38028. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
22ba169f3b
commit
32dd7116f9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class OperatorSdk < Formula
|
||||
desc "SDK for building Kubernetes applications"
|
||||
homepage "https://coreos.com/operators/"
|
||||
url "https://github.com/operator-framework/operator-sdk/archive/v0.5.0.tar.gz"
|
||||
sha256 "2da85ed4d69da11344d935578cdd19ede0525804f66572081c53985e5a32c890"
|
||||
url "https://github.com/operator-framework/operator-sdk/archive/v0.6.0.tar.gz"
|
||||
sha256 "d6c21b9289cae221026a21df2a333f1e4d8d08c996c2104a94b8514e836dfe9f"
|
||||
head "https://github.com/operator-framework/operator-sdk.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue