Skip to content

Commit

Permalink
hl: add 0.30.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Dec 21, 2024
1 parent 2d3fcf5 commit 45674c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/hl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ class Hl < Formula
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"
Expand Down

0 comments on commit 45674c1

Please sign in to comment.