Skip to content
Merged
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
7 changes: 6 additions & 1 deletion Formula/assembly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading