Skip to content

Commit

Permalink
new: updated hl to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 28, 2024
1 parent 1314e19 commit 53e3a12
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-beta.1.tar.gz"
sha256 "46a420bcf62f5bdbf327e3b8345504595b46cb0747e9ae6d819f013d3cc90d34"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.28.0.tar.gz"
sha256 "63d6c96b0cf7e60514acec3a36d025a4e429dea6b0f8a2d7d1af0b9c87156ff9"
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-beta.1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a76aea1aebcfb4d64f57af824d2ed5155a174d99b0de0027e3cc7f7a69110798"
sha256 cellar: :any_skip_relocation, ventura: "482da35bc753cbdd956969b11a2ec3fe4bed9db69a8928e978f9aa2a34af11f8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f926dd87b5899ed49d40de33ff6bf53aebc248084d4962cf507665d8c65368f"
end

depends_on "rust" => :build

def install
Expand Down

0 comments on commit 53e3a12

Please sign in to comment.