istioctl: add 1.0.5 bottle.
This commit is contained in:
parent
dd5b244dce
commit
af5f8075d6
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Istioctl < Formula
|
|||
url "https://github.com/istio/istio/archive/1.0.5.tar.gz"
|
||||
sha256 "48418c5f27ef61403aea79ea57c502cec426117a5de4db713cd3691e2bf91204"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "60f54ee59267e538d21fe4d27e92f5483762e562233d362c1b97b65fa6560848" => :mojave
|
||||
sha256 "e01e92dfc83e193f1580b908a3fb923382d331f9631c619247638e3e3510a164" => :high_sierra
|
||||
sha256 "1e25ee825d4e23fd07d08e8809ff73b0d4346c0b6f12552c544a5fbcae206fdd" => :sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue