Skip to content

Commit

Permalink
hl: update to 0.29.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Jun 3, 2024
1 parent caa5545 commit b369d1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
24 changes: 9 additions & 15 deletions Formula/hl.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
class Hl < Formula
desc "Log viewer for JSON and logfmt logs"
homepage "https://github.com/pamburus/hl"
version "0.29.5"
version "0.29.6"
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.29.5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3a93b81533b6c4641a1816a397be55596a1b0097381dc9d570465f67e77f144"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ac8ffdece331eb405ae28515c2cc93bf7ed1ae175a15b5451373ba04ced130c"
end

on_macos do
if Hardware::CPU.intel?
url "https://github.com/pamburus/hl/releases/download/v0.29.5/hl-macos-x86_64.tar.gz"
sha256 "588cd38071d6e66b6a04d69a5f43aea706e0802d73aba3c08a1aaba1d439001f"
url "https://github.com/pamburus/hl/releases/download/v0.29.6/hl-macos-x86_64.tar.gz"
sha256 "c9b362283828f2bbad7a2096dda2729d7b26d25d18a399cca882962a8a01637d"

def install
bin.install "hl"
Expand All @@ -23,8 +17,8 @@ def install
end
end
if Hardware::CPU.arm?
url "https://github.com/pamburus/hl/releases/download/v0.29.5/hl-macos-arm64.tar.gz"
sha256 "a51fe10426489748d57d58f2e323b5cf91efeeca400f8a817bbc35837953b8d2"
url "https://github.com/pamburus/hl/releases/download/v0.29.6/hl-macos-arm64.tar.gz"
sha256 "9f270fdffef4021d0a3a17efa003ac4657aa9ab6329f2b3f50afc53fdd516a55"

def install
bin.install "hl"
Expand All @@ -36,8 +30,8 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/pamburus/hl/releases/download/v0.29.5/hl-linux-x86_64-musl.tar.gz"
sha256 "ace202cad3c4cd7a80596427b06c059c6831610b8dd4a90ee9dc103dce38e8ae"
url "https://github.com/pamburus/hl/releases/download/v0.29.6/hl-linux-x86_64-musl.tar.gz"
sha256 "244b2682f2399e58aa83b4c7ceebaab671b4130935c11317446e1d1a30fda67b"

def install
bin.install "hl"
Expand All @@ -46,8 +40,8 @@ def install
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/pamburus/hl/releases/download/v0.29.5/hl-linux-arm64-musl.tar.gz"
sha256 "a2f431275f72330bcfff03e165b6a789593dc9f11013a84770d304372ac60c1b"
url "https://github.com/pamburus/hl/releases/download/v0.29.6/hl-linux-arm64-musl.tar.gz"
sha256 "19b1fdb3f07c4ad9a04c4db8ca8556a16908877fe03eeec5af4f9b2857ec1ec3"

def install
bin.install "hl"
Expand Down
2 changes: 1 addition & 1 deletion src/formula/hl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "https://github.com/pamburus/hl",
"branch": "master"
},
"version": "0.29.5",
"version": "0.29.6",
"assets": [
{
"name": "hl-macos-arm64.tar.gz",
Expand Down

0 comments on commit b369d1d

Please sign in to comment.