Skip to content

Commit

Permalink
Merge pull request #162570 from chenrui333/bump-ory-hydra-2.2.0
Browse files Browse the repository at this point in the history
ory-hydra 2.2.0
  • Loading branch information
BrewTestBot authored Feb 13, 2024
2 parents 0dae459 + 13d8cdd commit 5ee0fdb
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/o/ory-hydra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class OryHydra < Formula
desc "OpenID Certified OAuth 2.0 Server and OpenID Connect Provider"
homepage "https://www.ory.sh/hydra/"
url "https://github.com/ory/hydra.git",
tag: "v2.1.2",
revision: "d94ed6e4486ee270d8903e6e9376134931a742d9"
tag: "v2.2.0",
revision: "57096be9befbde4a1436ef48338d253a248c91c4"
license "Apache-2.0"

livecheck do
Expand All @@ -12,15 +12,13 @@ class OryHydra < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7a7f2570adc53ba58a9a30c59012b0bf2c577e7042c1a8002c9ecc372d1081f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b9d6d61a8563173053f9a637227fb5edd661925e9259b82e6dc654c2c395871a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5e69908730f69afc7358fcb2c211837c6052722bb5a73ef1751558210d272704"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "8ecfe722e401acf7db3e5e31e2c6bbec1e32cdfebf6644c7c4a198fc80998a75"
sha256 cellar: :any_skip_relocation, sonoma: "d5c4fe8b86c651b777f9065cd049d98423e1599c0207b965c06a8fef6fdab154"
sha256 cellar: :any_skip_relocation, ventura: "ba404fa010880398c6ebc27848908d054f830ad9218353be4fc433f7ec3d6f30"
sha256 cellar: :any_skip_relocation, monterey: "bf6f34bc80c0eab1a4582f79234e7563ffe71a2b6261a30abedb5e47df4452a5"
sha256 cellar: :any_skip_relocation, big_sur: "8abde08a7d06376274d3158bd43f057c9d2ba9e152388962e6798beacf3a4dc8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "adfa14b17aa2056d30438f7541e334749646631777d018f0eec072d14f6be5f3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3462987e47255f538b486364533d4f06ef2839110a2cd27955eadaaf1b2619a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "786e9c5c5eaa1770cd127c8d20ed14e2394dfe9d60a0bdf5989372b4253902c4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "747fa14d68354836f759157757541620003c362ced3c7ac4e19a3e88d2b46de0"
sha256 cellar: :any_skip_relocation, sonoma: "f03e0f5083bbea90e15a2f09db88d4d5bc42061417532b3f68b4191b2d9c9aaa"
sha256 cellar: :any_skip_relocation, ventura: "46cbcb0b1ec62a81da8861df9add4f2a1eab89b13064c19cfac915420dc83737"
sha256 cellar: :any_skip_relocation, monterey: "23b335c7baefd18dd5304455403dd7389b74a560d445cdbcb0197490128146b4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "995c3e6a92c19dd5bca6250cd9e5d7c845376e492b758181a0de193977f2269a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5ee0fdb

Please sign in to comment.