|
1 | 1 | class Opkssh < Formula |
2 | 2 | desc "Enables SSH to be used with OpenID Connect" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/openpubkey/opkssh.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments