Skip to content

Commit

Permalink
new: updated hl to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed May 4, 2024
1 parent 761a2eb commit 6b88ef3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/hl.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
class Hl < Formula

Check failure on line 1 in Formula/hl.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Stable: The source URL https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz is not reachable (HTTP status code 404)

Check failure on line 1 in Formula/hl.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Stable: The source URL https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz is not reachable (HTTP status code 404)
desc "Log viewer for JSON and logfmt logs"
homepage "https://github.com/pamburus/hl"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.28.1.tar.gz"
sha256 "e5e748f0d39dc2a2fa4ba126c86c0cf3af9b1f61d13dd17806c11cac3fce88d6"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz"
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
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.28.1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "66843d546897a0384f04ea3f4e27f4c5338c2558e790b549b3eb6927b4a870ef"
sha256 cellar: :any_skip_relocation, ventura: "f4d2c977154649a5e0037e119bd9194703f56e5cc1daa04a8d48dcdd12e5ed3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aebc0aa963371ce117bcb561bba21482252e05277124d9699d186ea4ee2a24ef"
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 (ubuntu-22.04)

`brew install --verbose --build-bottle pamburus/tap/hl` failed on Linux!

==> Fetching pamburus/tap/hl ==> Downloading https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz /usr/bin/env /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Linuxbrew/4.2.20-108-g7e0c137\ \(Linux\;\ x86_64\ Ubuntu\ 22.04.4\ LTS\)\ curl/7.81.0 --header Accept-Language:\ en --fail --silent --retry 3 --remote-time --output /home/runner/.cache/Homebrew/downloads/0d1871b0b383a052c0bbe0874dd75857e835d2dd840e1db090ac2a39779f3fe1--v0.29.9.tar.gz.incomplete --location https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz curl: (22) The requested URL returned error: 404 Error: hl: Failed to download resource "hl" Download failed: https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz

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.29.9.tar.gz /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.2.20-108-g7e0c137\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.4.1\)\ curl/8.4.0 --header Accept-Language:\ en --fail --silent --retry 3 --remote-time --output /Users/runner/Library/Caches/Homebrew/downloads/0d1871b0b383a052c0bbe0874dd75857e835d2dd840e1db090ac2a39779f3fe1--v0.29.9.tar.gz.incomplete --location https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz curl: (22) The requested URL returned error: 404 Error: hl: Failed to download resource "hl" Download failed: https://github.com/pamburus/hl/archive/refs/tags/v0.29.9.tar.gz
Expand Down

0 comments on commit 6b88ef3

Please sign in to comment.