From c47ae58422228c3403052f0380e698a200fb68ec Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 29 Mar 2017 00:10:02 -0700 Subject: [PATCH] ssh-copy-id 7.5p1 (#11769) use mirrorservice.org for main url to prevent audit failure on 10.10 --- Formula/ssh-copy-id.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/ssh-copy-id.rb b/Formula/ssh-copy-id.rb index 160edf0ff6..e4715a97e5 100644 --- a/Formula/ssh-copy-id.rb +++ b/Formula/ssh-copy-id.rb @@ -1,10 +1,10 @@ class SshCopyId < Formula desc "Add a public key to a remote machine's authorized_keys file" homepage "https://www.openssh.com/" - url "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz" - mirror "https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz" - version "7.4p1" - sha256 "1b1fc4a14e2024293181924ed24872e6f2e06293f3e8926a376b8aec481f19d1" + url "https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz" + mirror "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz" + version "7.5p1" + sha256 "9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0" head "https://github.com/openssh/openssh-portable.git" bottle :unneeded