ssh-copy-id 6.8p1
Closes Homebrew/homebrew#40300. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
3848b12319
commit
c9acc24a6a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
class SshCopyId < Formula
|
class SshCopyId < Formula
|
||||||
homepage "http://www.openssh.com/"
|
homepage "http://www.openssh.com/"
|
||||||
url "http://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.7p1.tar.gz"
|
url "http://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz"
|
||||||
mirror "http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.7p1.tar.gz"
|
mirror "http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz"
|
||||||
version "6.7p1"
|
version "6.8p1"
|
||||||
sha1 "14e5fbed710ade334d65925e080d1aaeb9c85bf6"
|
sha256 "3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue