Skip to content

Commit

Permalink
Merge pull request #172920 from Homebrew/bump-gitea-1.22.0
Browse files Browse the repository at this point in the history
gitea 1.22.0
  • Loading branch information
BrewTestBot committed May 27, 2024
2 parents 3702157 + f6f3b55 commit 784b231
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gitea.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gitea < Formula
desc "Painless self-hosted all-in-one software development service"
homepage "https://about.gitea.com/"
url "https://dl.gitea.com/gitea/1.21.11/gitea-src-1.21.11.tar.gz"
sha256 "4f1cac5f0de555d57f86520bced33e0fbc08a5ea977e0940cbb024d80c679443"
url "https://dl.gitea.com/gitea/1.22.0/gitea-src-1.22.0.tar.gz"
sha256 "6d4e2efd1b04d762275e327666f20bdf5cfd03307b5d42f2574fb2b40627ca38"
license "MIT"
head "https://github.com/go-gitea/gitea.git", branch: "main"

Expand All @@ -14,13 +14,13 @@ class Gitea < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "64df89d625c696dc2b082b3f29753de81285065e74eb0fd3b5f3ada0c453676d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6945595be9c2a142aea60dfab914974054a83c182646bc42e9e10fb745ed2dae"
sha256 cellar: :any_skip_relocation, arm64_monterey: "92e80d2ce171880cf493609fc3507f0b0a0217b00655077cf0804450d7eb627d"
sha256 cellar: :any_skip_relocation, sonoma: "7741fce15b796d927107c69f82c20382532f7f64377602ac8537211f854b9a83"
sha256 cellar: :any_skip_relocation, ventura: "5c06058857392528b8b09cd0d72b52d188fcd0fa67be5d64e5811e78e5fe5ed8"
sha256 cellar: :any_skip_relocation, monterey: "7ac141f6091857bb913da56463e32e529dba4669bac6a5613e1702c58f3762b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "69a99897edc919cb03eabfc539a8fffe084dcd7c17531f28d2f696026792f55e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd918b0e36b417fb28f64c9dc7b41b79d287ca2cb93501f63ee0c9bfa8684a40"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a7a39f0b8f19fe4d286b0da11729819eafb46b71408c5aac82ef4f2f89aa72ad"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c8e1950999605e2195523586ff744949dd33d1e37f047795f5063edd44dadb98"
sha256 cellar: :any_skip_relocation, sonoma: "1b67dea0d2cb1508c10840ff26fce98120bf74e47b9a614ffeebe66d84b25814"
sha256 cellar: :any_skip_relocation, ventura: "cd6adb7bd440990e50d29bba1c648945e3b51abcb7cf4691f103e51645bbecc0"
sha256 cellar: :any_skip_relocation, monterey: "2050689c36291d657b832aad88bacbd9affc7185a5a0b80f0c44563c6fa8f372"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2405fa1d0f4a90f2be3a95afd7710e8f26dd48ccca311a00c9386580ba45a4c0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 784b231

Please sign in to comment.