Skip to content

Commit

Permalink
gitea 1.22.5
Browse files Browse the repository at this point in the history
gitea: sleep more on macos intel builds

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Dec 12, 2024
1 parent 0369a0f commit 72151e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 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 72151e5

Please sign in to comment.