From 658de461912bf9808eae972b22a6ab9035e1698f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:58:35 +0000 Subject: [PATCH] Bottle v0.1.0: pin url + sha256, add arm64_sonoma bottle --- Formula/assembly.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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`