Skip to content

Commit 19e4459

Browse files
committed
openssh 10.1p1
1 parent 80407c2 commit 19e4459

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Formula/o/openssh.rb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
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-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"
9-
revision 3
109

1110
livecheck do
1211
url "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
1312
regex(/href=.*?openssh[._-]v?(\d+(?:\.\d+)+(?:p\d+)?)\.t/i)
1413
end
1514

16-
no_autobump! because: :requires_manual_review
17-
1815
bottle do
1916
sha256 arm64_tahoe: "b3ccfc9d03e2537712744e06dcbd88a1e233c358b10f27ddbe308734c2b9dfc2"
2017
sha256 arm64_sequoia: "f7a3e12f19b331269587d168587021b80199ca01e4e85c2fbca7670b6dc967f3"

0 commit comments

Comments
 (0)