diff --git a/Formula/assembly.rb b/Formula/assembly.rb index 3e0bf158..8f0503c6 100644 --- a/Formula/assembly.rb +++ b/Formula/assembly.rb @@ -4,10 +4,15 @@ class Assembly < Formula desc "Command-line interface for AssemblyAI" homepage "https://github.com/AssemblyAI/cli" url "https://github.com/AssemblyAI/cli/archive/refs/tags/v0.1.0.tar.gz" - sha256 "0" * 64 # FILLED IN by the release cut (plan Task 2) once the v0.1.0 tag exists + sha256 "105fc3455df5d128f4800c30c7dc4cf4c8355d51ef7b8d40d9e5e67542578949" license "MIT" head "https://github.com/AssemblyAI/cli.git", branch: "main" + bottle do + root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.0" + sha256 cellar: :any, arm64_sonoma: "daa913744f7176cf27100ea3860b2eba2c72438737eada3dfd7122860ac8d38b" + end + depends_on "pkgconf" => :build # cffi / cryptography native builds depends_on "rust" => :build # pydantic-core, jiter, cryptography depends_on "cloudflared" # public quick-tunnel for `assembly share`