Skip to content

Commit

Permalink
hl: update to 0.30.1
Browse files Browse the repository at this point in the history
Closes #31.

Signed-off-by: Pavel Ivanov <12778560+pamburus@users.noreply.github.com>
  • Loading branch information
pamburus committed Dec 28, 2024
1 parent 45674c1 commit 620ed82
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.30.0"
version "0.30.1"
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.30.0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7fbddcd5ac0a8b84c1397e0a9d88e6a92a4f00a79bf2a61f73f9c93de33457ed"
sha256 cellar: :any_skip_relocation, x86_64_linux: "02e1d1705e1bc4f1f7493ba1834bfda5f7b33dbfe0ec2f64a6ddb39f6c5435d0"
end

on_macos do
if Hardware::CPU.intel?
url "https://github.com/pamburus/hl/releases/download/v0.30.0/hl-macos-x86_64.tar.gz"
sha256 "51d19327016a7cfe81e20b4064e9d1f67abf2a6974f53a713c8fc8071daca145"
url "https://github.com/pamburus/hl/releases/download/v0.30.1/hl-macos-x86_64.tar.gz"
sha256 "73727af69f269fb50799b1cb88f684969b431986797e50aa99481b3704fdf679"

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.30.0/hl-macos-arm64.tar.gz"
sha256 "496a59c9dd11bfa696a025383b3e6b0cef1dadb8fefdfab0f0fdfae9e2a4a8b8"
url "https://github.com/pamburus/hl/releases/download/v0.30.1/hl-macos-arm64.tar.gz"
sha256 "84a28eeff18e44c979c2622f730f2024b94195afc65ef06256dd0a796087c3f7"

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.30.0/hl-linux-x86_64-musl.tar.gz"
sha256 "2df5f0a3f257822b5064fca7b6bccf7317e0e3273018bd1872e30ff6c627e20e"
url "https://github.com/pamburus/hl/releases/download/v0.30.1/hl-linux-x86_64-musl.tar.gz"
sha256 "e6831080fa0302bc46b15be8f0493463ed979a3fe59cf7812931816b8c231e29"

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.30.0/hl-linux-arm64-musl.tar.gz"
sha256 "e622fec41de019ad172107511b6b5acbdb6d5e2d5fbeaf3e1655c0c5ba742f42"
url "https://github.com/pamburus/hl/releases/download/v0.30.1/hl-linux-arm64-musl.tar.gz"
sha256 "658d3033d6973f7162a96a3604e0e0f37ccb3c6500de3cbe3ea3bacc9eabaf10"

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.30.0",
"version": "0.30.1",
"assets": [
{
"name": "hl-macos-arm64.tar.gz",
Expand Down

0 comments on commit 620ed82

Please sign in to comment.