gssh: add 2.7.2 bottle.
This commit is contained in:
parent
6c476f0e9b
commit
d0870f14d8
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Gssh < Formula
|
|||
url "https://github.com/int128/groovy-ssh/archive/2.7.2.tar.gz"
|
||||
sha256 "3eeab71c16dd721fbb8196007319bd6e10eda1e56a2a132bb88dbf1d71b58e4b"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "b146ce386e5a2e133cc3653b8b19a1addee6242db6de5247c7c2bcea9f7316fd" => :sierra
|
||||
sha256 "5dd52f5b1af8b3dff3792956856aa45f2a9b71ba936348b2e1dfc0f7034c34e0" => :el_capitan
|
||||
sha256 "e490aa7d90f0e629ffef7b77b6a55e1439f50002e1cafa940c4c679d619d6d6e" => :yosemite
|
||||
end
|
||||
|
||||
depends_on :java => "1.7+"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue