Skip to content

Commit 1aa3f6e

Browse files
authored
Merge pull request Homebrew#208202 from Homebrew/ssh-copy-id-9.9p2
ssh-copy-id openssh 9.9p2
2 parents d5cc95a + efe44a9 commit 1aa3f6e

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

Formula/o/openssh.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Openssh < Formula
22
desc "OpenBSD freely-licensed SSH connectivity tools"
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

1010
livecheck do
@@ -13,13 +13,12 @@ class Openssh < Formula
1313
end
1414

1515
bottle do
16-
rebuild 1
17-
sha256 arm64_sequoia: "d7941094cacc59b5c2ab1d64343751205ef31b7f9517b19bb2a128d6c3583226"
18-
sha256 arm64_sonoma: "6305fa9baff789a76925f68d983a7b402f2db8b2652baab7775a97477975ff53"
19-
sha256 arm64_ventura: "f8245cffebafb4f31939f333eb903fcf7db285bcf6c0257e84644384602d827a"
20-
sha256 sonoma: "ab855f72ee7b1443d30256c6098c7f8593a6779c7ae6e9e2e12f6082c7406920"
21-
sha256 ventura: "6c763c4b4f845df7bb4ee967a85108835fc6382920b6461c3487546f4fab60a7"
22-
sha256 x86_64_linux: "84eb498f82816692da68f55d9bbc02bf8d7fb575f40c7efa008b6e9ac0738079"
16+
sha256 arm64_sequoia: "0f9bafc94fa471cbb2385c7d6c94555007562649922e994db8c0445a509f7309"
17+
sha256 arm64_sonoma: "3d29bd75979fa18a5ffedeb87e980935130badc1e66eb1b03fbe939395d69faa"
18+
sha256 arm64_ventura: "f5ce25d2a671debd1114ce92ba6fc9ecefafce11d8e3fed5287fe29039cb547a"
19+
sha256 sonoma: "abfddd2952c084d370508dbc9f73d841b21a79086798e503f433973c0a96d8f2"
20+
sha256 ventura: "4b3a0a5eedf70dd18d80c2062d2fd3ac370e774b928d21c227dd09d0b18598de"
21+
sha256 x86_64_linux: "94e604bf4f8b0554621c22291d50063101c43bd4b99b48dbd0c7120a1f5178b5"
2322
end
2423

2524
# Please don't resubmit the keychain patch option. It will never be accepted.

Formula/s/ssh-copy-id.rb

Lines changed: 5 additions & 5 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

@@ -13,7 +13,7 @@ class SshCopyId < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, all: "feef920bcf20c44b6d9832e891cc4db79ec041c75eb820f9bc549e9132025546"
16+
sha256 cellar: :any_skip_relocation, all: "38fb758068e8bbbfb6ed35f280b124280544fdbfbd247ed7db798ca3710c5427"
1717
end
1818

1919
keg_only :provided_by_macos

0 commit comments

Comments
 (0)