diff --git a/Formula/l/logdy.rb b/Formula/l/logdy.rb index 86e4613bedad0..25969e8b2a44e 100644 --- a/Formula/l/logdy.rb +++ b/Formula/l/logdy.rb @@ -1,27 +1,21 @@ 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.3.tar.gz" - sha256 "c89bdf341cecfd6bfcd72ff97fe51faf8f129543861f8c85c4135a3e56c6cb4c" + url "https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.14.0.tar.gz" + sha256 "8ab02af3ad7e98006d86c27d4cc649063b4809d831445aad3028f2bbcc46ba1b" license "Apache-2.0" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4296d168c8a6c66083cb020645a7024291c344af7c1c24b672ae2e6f49a3103" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4296d168c8a6c66083cb020645a7024291c344af7c1c24b672ae2e6f49a3103" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a4296d168c8a6c66083cb020645a7024291c344af7c1c24b672ae2e6f49a3103" + sha256 cellar: :any_skip_relocation, sonoma: "f91006a38c00c4976655af72266e022bac80480da6474c6951df7604840aad5a" + sha256 cellar: :any_skip_relocation, ventura: "f91006a38c00c4976655af72266e022bac80480da6474c6951df7604840aad5a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41c282f95e279e2cc1d7388a95342f2601017ccba195b9f6417f7543b033797a" 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:)