diff --git a/Formula/hl.rb b/Formula/hl.rb index 5d195be..4b8936e 100644 --- a/Formula/hl.rb +++ b/Formula/hl.rb @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/src/formula/hl.json b/src/formula/hl.json index 79b2260..3d95905 100644 --- a/src/formula/hl.json +++ b/src/formula/hl.json @@ -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",