Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hl: update to 0.29.11 #29

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10"
version "0.29.11"
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.10"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d0feb9c900f44be587d7e9f9b38e78ef3620551d6374037358c1b270808d09b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d02feb63736d758a16d869d10368f94b4b96af7df4f764ffd371f575b0e3f93"
end

on_macos do
if Hardware::CPU.intel?
url "https://github.com/pamburus/hl/releases/download/v0.29.10/hl-macos-x86_64.tar.gz"
sha256 "7399d344e9ba11f36ace0289e80baba060cbfd8d6c57aa7eefb54861c48675d3"
url "https://github.com/pamburus/hl/releases/download/v0.29.11/hl-macos-x86_64.tar.gz"
sha256 "28bc9918e43489a846e3e286761c8c7730cfb7a26d950cf944db9f7d378d7186"

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.10/hl-macos-arm64.tar.gz"
sha256 "1d4bd13432c16e54e7b44ffdb8ccd68202fe5d82d8db85d315d05243d5d580a1"
url "https://github.com/pamburus/hl/releases/download/v0.29.11/hl-macos-arm64.tar.gz"
sha256 "9fe64989b923d83f07bad42224517584cec178cc65ad3f0e830d38d069fd5ddd"

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.10/hl-linux-x86_64-musl.tar.gz"
sha256 "9e6b3e69e2c8a174d7ce214e805d8fca2354007624ce83345443bee5329f5a29"
url "https://github.com/pamburus/hl/releases/download/v0.29.11/hl-linux-x86_64-musl.tar.gz"
sha256 "c3bab85abff8c955433302b79f60c11bf325a971cf31bcbeb0dd16d798c35ac2"

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.10/hl-linux-arm64-musl.tar.gz"
sha256 "3c159ca519872932e9dceed1ae984f0d4889439ba5bc2d1b704ef447c0eb72fe"
url "https://github.com/pamburus/hl/releases/download/v0.29.11/hl-linux-arm64-musl.tar.gz"
sha256 "96d48d2b977cbbe91c465a5581f7140999a8702b978cc64908fe5cbea66e29ea"

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