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
8 changes: 4 additions & 4 deletions Formula/assembly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ 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.5.tar.gz"
sha256 "7586a18b1b38e554ef2dacb7eec5b875643222d03d3919d237ce9a564e7b6d5d"
url "https://github.com/AssemblyAI/cli/archive/refs/tags/v0.1.6.tar.gz"
sha256 "ec013bd6d425b20f167f3cc5ebd486e8dca1bc89bd3a9edf723bc425b1983cba"
license "MIT"
head "https://github.com/AssemblyAI/cli.git", branch: "main"

bottle do
root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.5"
sha256 cellar: :any, arm64_sonoma: "92403967915733fccf7b4ab1c8eb2821f440dfb7a4600e8e10b4400730688be8"
root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.6"
sha256 cellar: :any, arm64_sonoma: "4ebd3599b74a2dce2f0d103d98603c4e6ba43772b0fed998a2df7528ad9a9be7"
end

depends_on "pkgconf" => :build # cffi native build (sounddevice; +cryptography on Linux)
Expand Down
Loading