Skip to content

Commit ae33cae

Browse files
Bottle v0.1.6 (#166)
Automated by release.yml: pins the formula to the v0.1.6 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 b9d575e commit ae33cae

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.5.tar.gz"
7-
sha256 "7586a18b1b38e554ef2dacb7eec5b875643222d03d3919d237ce9a564e7b6d5d"
6+
url "https://github.com/AssemblyAI/cli/archive/refs/tags/v0.1.6.tar.gz"
7+
sha256 "ec013bd6d425b20f167f3cc5ebd486e8dca1bc89bd3a9edf723bc425b1983cba"
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.5"
13-
sha256 cellar: :any, arm64_sonoma: "92403967915733fccf7b4ab1c8eb2821f440dfb7a4600e8e10b4400730688be8"
12+
root_url "https://github.com/AssemblyAI/cli/releases/download/v0.1.6"
13+
sha256 cellar: :any, arm64_sonoma: "4ebd3599b74a2dce2f0d103d98603c4e6ba43772b0fed998a2df7528ad9a9be7"
1414
end
1515

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

0 commit comments

Comments
 (0)