Skip to content

Commit

Permalink
new: updated hl to v0.28.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 28, 2024
1 parent 5a9bede commit 8be95f1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Formula/hl.rb
Original file line number Diff line number Diff line change
@@ -1,19 +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.27.4.tar.gz"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.28.0-beta.1.tar.gz"
sha256 "f1a6420d7fb0d049ddbd39e6844afe33c625f7a43816457219c4a8efad5c4c7c"
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.27.4"
rebuild 2
sha256 cellar: :any_skip_relocation, arm64_sonoma: "35efd4cf60a3e02a49ab078645901510c3cc3a22424aa3af23c879520d313d0d"
sha256 cellar: :any_skip_relocation, ventura: "3f0658a8f97fd3f8e9c8b3185c0f20284b3e72c88bf4c0aee08b99e441a811d4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0417cabf33d04d4554cd701811a25181333fc1e829b2b1355d406ce24867667"
end

depends_on "rust" => :build

def install

Check warning on line 11 in Formula/hl.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew install --verbose --build-bottle pamburus/tap/hl` failed on macOS Sonoma (14) on Apple Silicon!

==> Fetching pamburus/tap/hl ==> Downloading https://github.com/pamburus/hl/archive/refs/tags/v0.28.0-beta.1.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/c3a28e140d854f2f333d9d5db3e519cbf1f2e8476b91bcfc4cb60d68fb0b8220--hl-0.28.0-beta.1.tar.gz ==> Verifying checksum for 'c3a28e140d854f2f333d9d5db3e519cbf1f2e8476b91bcfc4cb60d68fb0b8220--hl-0.28.0-beta.1.tar.gz' Error: hl: SHA256 mismatch Expected: f1a6420d7fb0d049ddbd39e6844afe33c625f7a43816457219c4a8efad5c4c7c Actual: 46a420bcf62f5bdbf327e3b8345504595b46cb0747e9ae6d819f013d3cc90d34 File: /Users/runner/Library/Caches/Homebrew/downloads/c3a28e140d854f2f333d9d5db3e519cbf1f2e8476b91bcfc4cb60d68fb0b8220--hl-0.28.0-beta.1.tar.gz To retry an incomplete download, remove the file above.
Expand Down

0 comments on commit 8be95f1

Please sign in to comment.