Skip to content

Commit 5b235d4

Browse files
Bottle v0.1.8 (#218)
Automated by release.yml: pins the formula to the v0.1.8 source tarball and adds the arm64_sonoma bottle block. Merge with the admin override (a GITHUB_TOKEN PR does not trigger CI, so the required check will not report). The diff is formula-only. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37e3a01 commit 5b235d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/assembly.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ class Assembly < Formula
33

44
desc "Command-line interface for AssemblyAI"
55
homepage "https://github.com/AssemblyAI/cli"
6-
url "https://github.com/AssemblyAI/cli/archive/refs/tags/v0.1.7.tar.gz"
7-
sha256 "3ac05802525099f68277c322cde3c0de91c1833519cd641b4baf79caa5e2f66b"
6+
url "https://github.com/AssemblyAI/cli/archive/refs/tags/v0.1.8.tar.gz"
7+
sha256 "b66f76d5028df3e2226ed46939a627e8f10feade9e77beb4b05caa570c697699"
88
license "MIT"
99
head "https://github.com/AssemblyAI/cli.git", branch: "main"
1010

1111
bottle do
12-
root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.7"
13-
sha256 cellar: :any, arm64_sonoma: "ecfcaafd36e6d7a5390f69993342ba3fdba128dfbb37d0b6bc6c750dae373178"
12+
root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.8"
13+
sha256 cellar: :any, arm64_sonoma: "a93b1b9c064efe2e8c7bb1e986fcf95c697331470ad8136529b4ea3d40c2d4f8"
1414
end
1515

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

0 commit comments

Comments
 (0)