cf-tool: add 0.8.2 bottle.
This commit is contained in:
parent
33ce21713e
commit
982f0b56fa
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class CfTool < Formula
|
|||
url "https://github.com/xalanq/cf-tool/archive/v0.8.2.tar.gz"
|
||||
sha256 "04eeb0ebfd2f15f81940012def95ec964498f7053029aa8b192d99c5a88bb98b"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "8c28ad65369bed1bc74105242097fca990c3b4ca875cca731eed928f547df1b4" => :catalina
|
||||
sha256 "ea7a5befc573b9c55cb4ce6f5f65b33141737c767548ad98fc50689b8a8c7747" => :mojave
|
||||
sha256 "9e0ab03bf2a895310eea7a6bc73221ffeb490416be1fb3bf9a77eda439e17159" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue