diff --git a/Formula/assembly.rb b/Formula/assembly.rb index b05101fc..018b9c45 100644 --- a/Formula/assembly.rb +++ b/Formula/assembly.rb @@ -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)