Skip to content

Commit dbcff11

Browse files
authored
Merge pull request #224928 from Homebrew/bump-opkssh-0.7.0
opkssh 0.7.0
2 parents 8a8c12a + 978c6f6 commit dbcff11

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.1.tar.gz"
5-
sha256 "edb4b2ef3aaf9a16d409e92b27ed1467494edebedcca8ad51060916b175e401b"
4+
url "https://github.com/openpubkey/opkssh/archive/refs/tags/v0.7.0.tar.gz"
5+
sha256 "27f46aeab36e7cb67bba4f945eb95e6f0f137b6276dcb5a8d46dc1ee8c68b0cb"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "19ec70ead93ad2656e47a728fd668013b96dd03572096a4c3e109453acb78524"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "19ec70ead93ad2656e47a728fd668013b96dd03572096a4c3e109453acb78524"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "19ec70ead93ad2656e47a728fd668013b96dd03572096a4c3e109453acb78524"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bb5b1b0ebd86db9351942633b268c3e1bf59e7745870783e0cb2627f77aa908d"
14+
sha256 cellar: :any_skip_relocation, ventura: "bb5b1b0ebd86db9351942633b268c3e1bf59e7745870783e0cb2627f77aa908d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bcc1d15b09f4761790688c96cbe0f13f107843cb7061070f9600ef0cf2324257"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)