feat: Adds bottle section to hpa formula.
Some checks failed
brew test-bot / test-bot (macos-13) (push) Waiting to run
brew test-bot / test-bot (macos-15) (push) Waiting to run
brew test-bot / test-bot (ubuntu-22.04) (push) Failing after 5s

This commit is contained in:
2024-12-17 17:33:39 -05:00
parent 6c2e40629e
commit 84e5caf5a8

View File

@@ -5,6 +5,12 @@ class Hpa < Formula
sha256 "e6424672802fae056e423f3af77fda5a9c9bb5307ac2712ff8bfd072c1642a3b"
license "MIT"
bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b93acab399346d8babcebfb85a6e2b8081715737caa926c5a0e53335e987e24c"
end
depends_on xcode: ["16.0", :build]
uses_from_macos "swift" => :build