Skip to content

Commit 079d60a

Browse files
committed
ssh-copy-id 10.1p1
1 parent 19e4459 commit 079d60a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Formula/s/ssh-copy-id.rb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
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-10.0p2.tar.gz"
5-
mirror "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.0p2.tar.gz"
6-
version "10.0p2"
7-
sha256 "021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c"
4+
url "https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.1p1.tar.gz"
5+
mirror "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.1p1.tar.gz"
6+
version "10.1p1"
7+
sha256 "b9fc7a2b82579467a6f2f43e4a81c8e1dfda614ddb4f9b255aafd7020bbf0758"
88
license "SSH-OpenSSH"
99
head "https://github.com/openssh/openssh-portable.git", branch: "master"
1010

1111
livecheck do
1212
formula "openssh"
1313
end
1414

15-
no_autobump! because: :requires_manual_review
16-
1715
bottle do
1816
sha256 cellar: :any_skip_relocation, all: "008b7d12fec5d688411b2afa7c2c9139ee1e4645132dc0aaf7a7409d7dda1d63"
1917
end

0 commit comments

Comments
 (0)