aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ssh-copy-id.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb
index f8ae4162b..dc32afc62 100644
--- a/Library/Formula/ssh-copy-id.rb
+++ b/Library/Formula/ssh-copy-id.rb
@@ -2,10 +2,10 @@ require 'formula'
class SshCopyId < Formula
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'
+ url 'http://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.5p1.tar.gz'
+ mirror 'http://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.5p1.tar.gz'
+ version '6.5p1'
+ sha1 '3363a72b4fee91b29cf2024ff633c17f6cd2f86d'
def install
bin.install 'contrib/ssh-copy-id'