aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ssh-copy-id.rb
diff options
context:
space:
mode:
authorTed Pennings2014-01-11 13:59:10 -0500
committerMike McQuaid2014-01-11 19:36:54 +0000
commit9aa801ec67bb9ea34191cb7949cd21965cc8f9aa (patch)
tree87c94367ce16e4307f983ccdceddd4b5d6783ce9 /Library/Formula/ssh-copy-id.rb
parentb8a121e056a754a7b6bab29aaf7624df9bf0e6cb (diff)
downloadhomebrew-9aa801ec67bb9ea34191cb7949cd21965cc8f9aa.tar.bz2
ssh-copy-id 6.4p1
This follows the openssh update to the same. Unfortunately I don't think it would be easy to source openssh Formula directly as that's in the homebrew-dupes repo. Closes #25817. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ssh-copy-id.rb')
-rw-r--r--Library/Formula/ssh-copy-id.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb
index 1d1b741e3..f8ae4162b 100644
--- a/Library/Formula/ssh-copy-id.rb
+++ b/Library/Formula/ssh-copy-id.rb
@@ -1,11 +1,11 @@
require 'formula'
class SshCopyId < Formula
- homepage 'http://openssh.org/'
- url 'http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz'
- mirror 'http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz'
- version '6.3p1'
- sha256 'aea575ededd3ebd45c05d42d0a87af22c79131a847ea440c54e3fdd223f5a420'
+ homepage 'http://www.openssh.com/'
+ url 'http://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.4p1.tar.gz'
+ mirror 'http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.4p1.tar.gz'
+ version '6.4p1'
+ sha1 'cf5fe0eb118d7e4f9296fbc5d6884965885fc55d'
def install
bin.install 'contrib/ssh-copy-id'