Skip to content

Commit

Permalink
Merge pull request #200862 from Homebrew/bump-gitea-1.22.5
Browse files Browse the repository at this point in the history
gitea 1.22.5
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents e034714 + 7362d8f commit 861a397
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 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.22.4/gitea-src-1.22.4.tar.gz"
sha256 "9f4fde87854547706409b5796378ae0f3bb734070f8a85ba36a8772ff0389d8d"
url "https://dl.gitea.com/gitea/1.22.5/gitea-src-1.22.5.tar.gz"
sha256 "a3dd4ee93bb968099b1d723a2a5cb3d802a4be6c0407e92af3a021bf278e1a77"
license "MIT"
head "https://github.com/go-gitea/gitea.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "36566b68dfdc90f73d15c6a9188dcd6790cd89fda5b165da8bcb1ed41980baf9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34e5f917bb087634a28165ef8525fc5f20ed5fd453feb8bfef90dfb922f02b47"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6cc74829e0de742a033882d49ede13c9245d55bb41f62049724bddefdfdb3c43"
sha256 cellar: :any_skip_relocation, sonoma: "6ad5cdd6b024453abf939947c0622fad363f28414b018eb2689330ed441d98f7"
sha256 cellar: :any_skip_relocation, ventura: "ccc34e71e3bce662b3227094b6c2d7fdffb5b7ff57a741e2e539e202f846687e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "09c543fa8fd948bd0be8d14dd5296b307e25bb78acd9ba8a29243f6721679249"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a808565014652e6b57730102438351f518cd52b59a6b5ccf9a5be58372b21285"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3bda24912cda591d73e99fad8c9d8755862e79f2e112b73e22ba84d6cf441fa"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7fd56ef96306824c05021a286ab3a9226afd6e125c6a2b1a9e993d7e1f649d1"
sha256 cellar: :any_skip_relocation, sonoma: "ad1e3f51b419c4147492bd8cde88255afc61c15aeb2ee591fceb0cd151f3cf6a"
sha256 cellar: :any_skip_relocation, ventura: "ac0fb29c1bd2ec83f70bd5db2fc0583cbc56ff7b63e136777a039e0226e63a92"
sha256 cellar: :any_skip_relocation, x86_64_linux: "48e8b98e648327af9ed3482fba69559ff850aa6d991365a7cedf95496677bf2c"
end

depends_on "go" => :build
Expand Down Expand Up @@ -49,6 +49,7 @@ def install
exec bin/"gitea", "web", "--port", port.to_s, "--install-port", port.to_s
end
sleep 5
sleep 10 if OS.mac? && Hardware::CPU.intel?

output = shell_output("curl -s http://localhost:#{port}/api/settings/api")
assert_match "Go to default page", output
Expand Down

0 comments on commit 861a397

Please sign in to comment.