Skip to content

Commit 6f71bdf

Browse files
authored
Merge pull request Homebrew#217712 from botantony/bump-whisper-cpp-1.7.5
whisper-cpp 1.7.5
2 parents 0b82605 + 6271e64 commit 6f71bdf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,6 +3787,7 @@ wgcf
37873787
wget2
37883788
wgo
37893789
whatmp3
3790+
whisper-cpp
37903791
whistle
37913792
whois
37923793
widelands

Formula/w/whisper-cpp.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WhisperCpp < Formula
22
desc "Port of OpenAI's Whisper model in C/C++"
33
homepage "https://github.com/ggerganov/whisper.cpp"
4-
url "https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.7.4.tar.gz"
5-
sha256 "9ce7b33028793fcbf62f81f1fd087af7778dace8772eaba8c43c66bf0c8a3eed"
4+
url "https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.7.5.tar.gz"
5+
sha256 "2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f"
66
license "MIT"
77
head "https://github.com/ggerganov/whisper.cpp.git", branch: "master"
88

@@ -12,13 +12,13 @@ class WhisperCpp < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "5bb84f97ee62a11ea644c568932f22f245f6ba69a67ec3d183fd34c7efd1fe03"
16-
sha256 cellar: :any, arm64_sonoma: "13a7ae04d18f0b64f729972efe20b62d388d27628ea4a4fa8745cefd36468a67"
17-
sha256 cellar: :any, arm64_ventura: "e5b4770c656277746cc7e3278b0d9434a34ae1413796646121c62624407d626b"
18-
sha256 cellar: :any, sonoma: "6878e4918ccdd1c48b68d471692ea18e5f2e33c0cafe81d5a72c2fd4d2491757"
19-
sha256 cellar: :any, ventura: "ef9b087cc14b4667f382a00d964723c651a6b75fc54b6811a28bacf6c349ae12"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "862b6e90c356d7f8ca370e0d0de6a8cd3db8d79ce04ed13d467aa2c06f56c2d5"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9eaf4be64f4147088aaf7ad53908dac2f8585dc7676b93c8914717896b416fc"
15+
sha256 cellar: :any, arm64_sequoia: "60f2a5715f633cdb5a86adb6ccf8e4dc553c5b5e97839019d4edfb3151993da9"
16+
sha256 cellar: :any, arm64_sonoma: "1fa55cf16d944d91ddb145c592bb9327a262124ab9b93e9e32191e728a0d05c8"
17+
sha256 cellar: :any, arm64_ventura: "6029b6487ab798002960ce9d37488a2dece0fa0706f87b773d30a8dc5fb61357"
18+
sha256 cellar: :any, sonoma: "8f43095a43f99de996b6c5d45319022cc27b9ac75774dd3b201e0a7fb3602dbc"
19+
sha256 cellar: :any, ventura: "3eedd879a4ae545461f70d1c2b7c4e318e5696fdaf7fde8d2dcfc56281d1fcf5"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "806baa21a25b3ca1fe8b1a69e201bdf34fce95e9bfa0ddd6a118037099f31c30"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e5f09c4f11f4b1507f4d726c208523b4a1f360d11e454ee3c273b427cad2fc7"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)