Skip to content

Commit 11bcd61

Browse files
committed
ssh-copy-id 9.9p2
Signed-off-by: Rui Chen <[email protected]>
1 parent 11f13c2 commit 11bcd61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/s/ssh-copy-id.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class SshCopyId < Formula
22
desc "Add a public key to a remote machine's authorized_keys file"
33
homepage "https://www.openssh.com/"
4-
url "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz"
5-
mirror "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz"
6-
version "9.9p1"
7-
sha256 "b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02"
4+
url "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p2.tar.gz"
5+
mirror "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p2.tar.gz"
6+
version "9.9p2"
7+
sha256 "91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673"
88
license "SSH-OpenSSH"
99
head "https://github.com/openssh/openssh-portable.git", branch: "master"
1010

0 commit comments

Comments
 (0)