Skip to content

Commit

Permalink
Merge pull request #158476 from Porkepix/bump-cmu-pocketsphinx-5.0.3
Browse files Browse the repository at this point in the history
cmu-pocketsphinx 5.0.3
  • Loading branch information
BrewTestBot authored Dec 28, 2023
2 parents aeb3881 + 82fcc3f commit 3eaaf77
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/c/cmu-pocketsphinx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class CmuPocketsphinx < Formula
desc "Lightweight speech recognition engine for mobile devices"
homepage "https://cmusphinx.github.io/"
url "https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v5.0.2.tar.gz"
sha256 "c2c58aa702195c46c44575fb9ed5790e749ab647df648b4557cc963aeac638b2"
url "https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v5.0.3.tar.gz"
sha256 "5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
license "BSD-2-Clause"
head "https://github.com/cmusphinx/pocketsphinx.git", branch: "master"

Expand All @@ -12,15 +12,13 @@ class CmuPocketsphinx < Formula
end

bottle do
sha256 arm64_sonoma: "cfccf5e5cfc9477179d796be0e96c3632e330f1d981ebf186e7619e7c788103e"
sha256 arm64_ventura: "61be1cc07ffdfa2cbc5550ab6eab19dd73517b6267537775dfa72465f52c3c86"
sha256 arm64_monterey: "6e00d4526d387045f24bc8c6f51e900a9273878c06aeb48b197c84fac7cc200c"
sha256 arm64_big_sur: "ea8bf108ed849e4421a46ec31397e9764c7968f516fbf7c3a8f9d90b98734bbb"
sha256 sonoma: "9d724d962443a2d2a8b3fa6e457ef69b312d8bb14a1748b6c2cccdceb0c96463"
sha256 ventura: "39b2efe0096bd86dbd1013644bdc872fd7be1b3c334ea5d6336a341bdb8c2215"
sha256 monterey: "06beccfe7a273878a75ebfb05a0a2d7d5d4341819da32b9aed4f4c22b5a00743"
sha256 big_sur: "add199146488b1ee046bd176709c9d497ffe9cd17908dbf19f8c9978de6d0860"
sha256 x86_64_linux: "b5e792e67553715c9c0372f30b94d17519990ea970e0dd64acf471ee702cef73"
sha256 arm64_sonoma: "175df005d88baaa5ae5c3c87ebf49282d4d0cff420e8103c019f34b802fe39ba"
sha256 arm64_ventura: "37b04476bf3f07d04e2575edd14422e96c8b3916aebb119259be1fd5dedec89c"
sha256 arm64_monterey: "fade0f22899ba83dcc7971201f9f7ca27a35ec41eaf96869d9afe39c29d7ca9b"
sha256 sonoma: "e7c843f82e2c03255f068fc38f8397e07998bcce5c922c4ace345f18b3ae027c"
sha256 ventura: "ac9ffe4593490b0fb39c806a569cd1c1a0152d3f50219f8a3cb8ea497eb4262d"
sha256 monterey: "e9ca7f35b9f6846f3606e320af20b32aabc663af8008f404b51506498519f6d1"
sha256 x86_64_linux: "8583092ea181a04dea1250e5f6613e197469c6b3a5be3ad730ba3600a56c0130"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 3eaaf77

Please sign in to comment.