ssh-copy-id 7.5p1 (#11769)
use mirrorservice.org for main url to prevent audit failure on 10.10
This commit is contained in:
parent
f33e3d6d10
commit
c47ae58422
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue