Skip to content

Commit

Permalink
Merge pull request #200730 from Homebrew/bump-logdy-0.13.3
Browse files Browse the repository at this point in the history
logdy 0.13.3
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents d11b141 + de830d1 commit 1b6bf43
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions Formula/l/logdy.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
class Logdy < Formula
desc "Web based real-time log viewer"
homepage "https://logdy.dev"
url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.13.2.tar.gz"
sha256 "06f4061f9bf676b0b3125ed7fd4fc4a38b6472958bfb162a1cfc0266eb2d0d3d"
url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.13.3.tar.gz"
sha256 "c89bdf341cecfd6bfcd72ff97fe51faf8f129543861f8c85c4135a3e56c6cb4c"
license "Apache-2.0"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4de0e9d25df46912c32bfdc96eb8e6da93d5e1f9dacfa49996a8403f9c2d7f62"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4de0e9d25df46912c32bfdc96eb8e6da93d5e1f9dacfa49996a8403f9c2d7f62"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4de0e9d25df46912c32bfdc96eb8e6da93d5e1f9dacfa49996a8403f9c2d7f62"
sha256 cellar: :any_skip_relocation, sonoma: "077b1f7d9bd81574b65b37fe721b6f5469a646ba106231aeb49457f91d1cad87"
sha256 cellar: :any_skip_relocation, ventura: "077b1f7d9bd81574b65b37fe721b6f5469a646ba106231aeb49457f91d1cad87"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c17ae0320fa5f2272e400b2e7babed6dabeccd9dde7967adb6c619de8eca178c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4484a77d5af10c4430614b626dc544a16070e6aef847480e328125002bb5298e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4484a77d5af10c4430614b626dc544a16070e6aef847480e328125002bb5298e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4484a77d5af10c4430614b626dc544a16070e6aef847480e328125002bb5298e"
sha256 cellar: :any_skip_relocation, sonoma: "b9b90e04949805725a7343ea2990e17c9efdf17b828a014f886ae7bdf44115cd"
sha256 cellar: :any_skip_relocation, ventura: "b9b90e04949805725a7343ea2990e17c9efdf17b828a014f886ae7bdf44115cd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a4c17d360ebeec5f2ba0609c752d5b5f3efee5aa5811c28a2d63808fb31215c"
end

depends_on "go" => :build

# fix build with removing `PersistentPostRun`, upstream pr ref, https://github.com/logdyhq/logdy-core/pull/69
patch do
url "https://github.com/logdyhq/logdy-core/commit/4d845c0f09054940fc63f2c22cf183f4c99a8539.patch?full_index=1"
sha256 "dbc3d2ec8ed4e7635ad4911d7b4fd0cd6929260e2d6dea871bba53765b2737ee"
end

def install
ldflags = "-s -w -X main.Version=#{version}"
system "go", "build", *std_go_args(ldflags:)
Expand Down

0 comments on commit 1b6bf43

Please sign in to comment.