Skip to content

Commit e483403

Browse files
authored
Merge pull request #222331 from Homebrew/bump-opkssh-0.6.1
opkssh 0.6.1
2 parents 2255636 + bc63a13 commit e483403

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/opkssh.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Opkssh < Formula
22
desc "Enables SSH to be used with OpenID Connect"
33
homepage "https://eprint.iacr.org/2023/296"
4-
url "https://github.com/openpubkey/opkssh/archive/refs/tags/v0.6.0.tar.gz"
5-
sha256 "df86132ce42ba3ad4bb7b34584a1176a38d6243514a365d866f67a9f1536f67b"
4+
url "https://github.com/openpubkey/opkssh/archive/refs/tags/v0.6.1.tar.gz"
5+
sha256 "edb4b2ef3aaf9a16d409e92b27ed1467494edebedcca8ad51060916b175e401b"
66
license "Apache-2.0"
77
head "https://github.com/openpubkey/opkssh.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "49beea5fe70ad37de1567a2f36097923ae94bd5a26907c906fad7c89379b3c3a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "49beea5fe70ad37de1567a2f36097923ae94bd5a26907c906fad7c89379b3c3a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "49beea5fe70ad37de1567a2f36097923ae94bd5a26907c906fad7c89379b3c3a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f3f63fd99d661128895e755e5335fdb2a6f5efb1685edb0f38839435eb2aa920"
14-
sha256 cellar: :any_skip_relocation, ventura: "f3f63fd99d661128895e755e5335fdb2a6f5efb1685edb0f38839435eb2aa920"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3a99fc32467379548b18d00237ae0aee713ad02638025d055c4b5bdfd1d857e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0640a6e10bcf5282b59ab11d54b3a3973aef75cda201bfef82ea154038874049"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0640a6e10bcf5282b59ab11d54b3a3973aef75cda201bfef82ea154038874049"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0640a6e10bcf5282b59ab11d54b3a3973aef75cda201bfef82ea154038874049"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8cea435db14b96a57869334e18959795cbc81374161dc21aef66a46474b01008"
14+
sha256 cellar: :any_skip_relocation, ventura: "8cea435db14b96a57869334e18959795cbc81374161dc21aef66a46474b01008"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "45007bb3b43f295e163035bcb02ded4287029f227c936f42a632e6f3f4830675"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)