diff --git a/Formula/assembly.rb b/Formula/assembly.rb index 00195f56..58d6f642 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.3.tar.gz" - sha256 "68623da01d00eefbcb56acabdcf42ce4c3163f3dda184824ce59a782fe46bb0f" + url "https://github.com/AssemblyAI/cli/archive/refs/tags/v0.1.4.tar.gz" + sha256 "e8a87345b50276b8c1050dc115281046ef81b2d80c409c53b769f8951afe265a" license "MIT" head "https://github.com/AssemblyAI/cli.git", branch: "main" bottle do - root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.3" - sha256 cellar: :any, arm64_sonoma: "c4fec8e347e51ff879b4637b87128d42705afacc9abdb9cd3c413dc7bddc15c9" + root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.4" + sha256 cellar: :any, arm64_sonoma: "664d06f5d2d6e981f045ebcd6fcd75cc04acff6f525b677341707259d9577c73" end depends_on "pkgconf" => :build # cffi native build (sounddevice; +cryptography on Linux)