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

new: Added versioned hl formulas #7

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
26 changes: 26 additions & 0 deletions Formula/hl@0.27.4.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
class HlAT0274 < 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"
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
system "cargo", "install", *std_cargo_args
end

test do
system "true"
end
end
26 changes: 26 additions & 0 deletions Formula/hl@0.28.0.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
class HlAT0280 < 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.28.0.tar.gz"
sha256 "63d6c96b0cf7e60514acec3a36d025a4e429dea6b0f8a2d7d1af0b9c87156ff9"
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.0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "54d3864d86b3284acee4c8b18022267e3dcbbb512b8690954131e6eb3adf7c26"
sha256 cellar: :any_skip_relocation, ventura: "d3b81d68f2c02e09227039d178c98887de678f829d366b1b1706c82b99dbeb55"
sha256 cellar: :any_skip_relocation, x86_64_linux: "69cb679f72fd65d338391740c0870929530cc2f1c6f129bfe994ac42aee5f4cb"
end

depends_on "rust" => :build

def install

Check failure on line 18 in Formula/hl@0.28.0.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

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

==> Fetching pamburus/tap/hl@0.28.0 ==> Downloading https://github.com/pamburus/hl/archive/refs/tags/v0.28.0.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/59321357e35eff3d4fdbbaee5ce3c96ebe96bdf4f69182c7138121898b96f29a--hl-0.28.0.tar.gz ==> Verifying checksum for '59321357e35eff3d4fdbbaee5ce3c96ebe96bdf4f69182c7138121898b96f29a--hl-0.28.0.tar.gz' ==> Installing hl@0.28.0 from pamburus/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/59321357e35eff3d4fdbbaee5ce3c96ebe96bdf4f69182c7138121898b96f29a--hl-0.28.0.tar.gz --directory /private/tmp/homebrew-unpack20240429-14930-63tgs /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240429-14930-63tgs/hl-0.28.0/. /private/tmp/hlA0.28.0-20240429-14930-4l1761/hl-0.28.0 ==> cargo install --locked --root=/opt/homebrew/Cellar/hl@0.28.0/0.28.0 --path=. Installing hl v0.28.0 (/private/tmp/hlA0.28.0-20240429-14930-4l1761/hl-0.28.0) Updating crates.io index Downloading crates ... Downloaded clap_complete v4.5.2 Downloaded strum_macros v0.26.2 Downloaded strum v0.26.2 Downloaded rustversion v1.0.15 Downloaded heck v0.4.1 Compiling proc-macro2 v1.0.79 Compiling unicode-ident v1.0.12 Compiling serde v1.0.197 Compiling libc v0.2.153 Compiling typenum v1.17.0 Compiling version_check v0.9.4 Compiling quote v1.0.35 Compiling generic-array v0.14.7 Compiling syn v2.0.55 Compiling cfg-if v1.0.0 Compiling thiserror v1.0.58 Compiling once_cell v1.19.0 Compiling memchr v2.7.1 Compiling crunchy v0.2.2 Compiling tiny-keccak v2.0.2 Compiling siphasher v0.3.11 Compiling phf_shared v0.11.2 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling serde_json v1.0.114 Compiling rand_core v0.6.4 Compiling ucd-trie v0.1.6 Compiling autocfg v1.1.0 Compiling regex-syntax v0.8.2 Compiling num-traits v0.2.18 Compiling rand v0.8.5 Compiling regex-automata v0.4.6 Compiling digest v0.10.7 Compiling getrandom v0.2.12 Compiling cpufeatures v0.2.12 Compiling rustix v0.38.32 Compiling serde_derive v1.0.197 Compiling thiserror-impl v1.0.58 Compiling regex v1.10.4 Compiling pest v2.7.8 Compiling sha2 v0.10.8 Compiling const-random-macro v0.1.16 Compiling phf_generator v0.11.2 Compiling synstructure v0.13.1 Compiling pest_meta v2.7.8 Compiling errno v0.3.8 Compiling hashbrown v0.14.3 Compiling utf8parse v0.2.1 Compiling crossbeam-utils v0.8.19 Compiling equivalent v1.0.1 Compiling indexmap v2.2.6 Compiling anstyle-parse v0.2.3 Compiling pest_generator v2.7.8 Compiling phf_codegen v0.11.2 Compiling const-random v0.1.18 Compiling parse-zoneinfo v0.3.0 Compiling phf v0.11.2 Compiling bitflags v2.5.0 Compiling aho-corasick v1.1.3 Compiling core-foundation-sys v0.8.6 Compiling rustversion v1.0.15 Compiling colorchoice v1.0.0 Compiling anstyle v1.0.6 Compiling anstyle-query v1.0.2 Compiling same-file v1.0.6 Compiling walkdir v2.5.0 Compiling anstream v0.6.13 Compiling terminal_size v0.3.0 Compiling iana-time-zone v0.1.60 Compiling chrono-tz-build v0.2.1 Compiling serde_spanned v0.6.5 Compiling toml_datetime v0.6.5 Compiling dlv-list v0.5.2 Compiling pest_derive v2.7.8 Compiling zerofrom-derive v0.1.3 Compiling crc32fast v1.4.0 Compiling heck v0.5.0 Compiling itoa v1.0.10 Compiling winnow v0.6.5 Compiling ryu v1.0.17 Compiling syn v1.0.109 Compiling hashbrown v0.13.2 Compiling capnp v0.19.2 Compiling bitflags v1.3.2 Compiling strsim v0.11.0 Compiling async-trait v0.1.79 Compiling stable_deref_trait v1.2.0 Compiling clap_lex v0.7.0 Compiling capnpc v0.19.0 Compiling clap_builder v4.5.2 Compiling kqueue-sys v1.0.4 Compiling ordered-multimap v0.6.0 Compiling toml_edit v0.22.9 Compiling zerofrom v0.1.3 Compiling clap_derive v4.5.3 Compiling chrono-tz v0.8.6
system "cargo", "install", *std_cargo_args
generate_completions_from_executable(bin/"hl", "--shell-completions")
end

test do
system "true"
end
end
Loading