Skip to content

Commit

Permalink
new: updated hl to 0.28.1
Browse files Browse the repository at this point in the history
Closes #10.

Signed-off-by: Pavel Ivanov <12778560+pamburus@users.noreply.github.com>
  • Loading branch information
pamburus committed Apr 30, 2024
1 parent 37c6873 commit 5feb430
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/hl.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
class Hl < Formula
desc "Log viewer for JSON and logfmt logs"
homepage "https://github.com/pamburus/hl"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.28.0.tar.gz"
sha256 "63d6c96b0cf7e60514acec3a36d025a4e429dea6b0f8a2d7d1af0b9c87156ff9"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.28.1.tar.gz"
sha256 "e5e748f0d39dc2a2fa4ba126c86c0cf3af9b1f61d13dd17806c11cac3fce88d6"
license "MIT"
head "https://github.com/pamburus/hl.git", branch: "master"

bottle do
root_url "https://github.com/pamburus/homebrew-tap/releases/download/hl-0.28.0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "54d3864d86b3284acee4c8b18022267e3dcbbb512b8690954131e6eb3adf7c26"
sha256 cellar: :any_skip_relocation, ventura: "d3b81d68f2c02e09227039d178c98887de678f829d366b1b1706c82b99dbeb55"
sha256 cellar: :any_skip_relocation, x86_64_linux: "69cb679f72fd65d338391740c0870929530cc2f1c6f129bfe994ac42aee5f4cb"
end

depends_on "rust" => :build

def install
Expand Down

0 comments on commit 5feb430

Please sign in to comment.