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

This commit is contained in:
2024-12-17 18:33:48 -05:00
parent 2e03cdbcaa
commit e89533a323

View File

@@ -1,18 +1,16 @@
class Hpa < Formula
desc "Command-line tool for managine home assesment projects"
homepage "https://git.housh.dev/michael/swift-hpa.git"
url "https://git.housh.dev/michael/swift-hpa.git",
tag: "0.1.1",
revision: "0c6e9e12280bb9d1ce5e42a028b7b6b69589b3a5"
url "https://git.housh.dev/michael/swift-hpa/archive/v0.1.1.tar.gz"
sha256 "e6424672802fae056e423f3af77fda5a9c9bb5307ac2712ff8bfd072c1642a3b"
license "MIT"
bottle do
root_url "https://git.housh.dev/michael/swift-hpa/releases/download/v0.1.1"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b93acab399346d8babcebfb85a6e2b8081715737caa926c5a0e53335e987e24c"
end
depends_on xcode: ["16.0", :build]
uses_from_macos "swift" => :build