File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
class SshCopyId < Formula
2
2
desc "Add a public key to a remote machine's authorized_keys file"
3
3
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 "
8
8
license "SSH-OpenSSH"
9
9
head "https://github.com/openssh/openssh-portable.git" , branch : "master"
10
10
11
11
livecheck do
12
12
formula "openssh"
13
13
end
14
14
15
- no_autobump! because : :requires_manual_review
16
-
17
15
bottle do
18
16
sha256 cellar : :any_skip_relocation , all : "008b7d12fec5d688411b2afa7c2c9139ee1e4645132dc0aaf7a7409d7dda1d63"
19
17
end
You can’t perform that action at this time.
0 commit comments