Skip to content

Commit

Permalink
Merge pull request #134789 from nandahkrishna/musikcube-openssl
Browse files Browse the repository at this point in the history
musikcube: switch to `openssl@3`
  • Loading branch information
BrewTestBot authored Jun 24, 2023
2 parents 8b3d933 + ec6b363 commit 220720e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Formula/musikcube.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Musikcube < Formula
url "https://github.com/clangen/musikcube/archive/3.0.1.tar.gz"
sha256 "94fe7e2dba60137bbfee25c037850ac064744cd8c050cc76360580b2b6790632"
license "BSD-3-Clause"
revision 1
head "https://github.com/clangen/musikcube.git", branch: "master"

livecheck do
Expand All @@ -12,12 +13,12 @@ class Musikcube < Formula
end

bottle do
sha256 arm64_ventura: "a8aa3a82b5572e3b9d3c3659830490a0bcd00466de0e49e4435ce59a2d9fbc6d"
sha256 arm64_monterey: "19ea8ed50c0c61343331002f293a0b986c1e255dd9a03e3a5823431f09f448ab"
sha256 arm64_big_sur: "8fedb0163dfc9e23959d0524ca7ae28da51707f9bf4216336c8e1576479c145d"
sha256 ventura: "7ea320352866f4aad72798c13be048d4e2b2fcfb91abadd5ada18871e431d1c5"
sha256 monterey: "e54c24ca1f95ebb6cf7e832158ea9fab5923c55b33f03320df3148f22278dc95"
sha256 big_sur: "43ad3031090351c969f0cdb939a12ac79ac9124df213812a80b6e9fadb8e093d"
sha256 arm64_ventura: "536bdc6b3e27c7d83f2634de933e0fba13a21d0017f078a975ccdf93ac06c840"
sha256 arm64_monterey: "e49881571854ac5a280e32c2c0b3ae5344df48f334b8359ac879a983d7ec68e3"
sha256 arm64_big_sur: "3974a891f2570db4d354d6157adf75d1be43ddc7220f5225b2d4c2afd869efe0"
sha256 ventura: "bffffdf3f530d78ff18bc4889d9c0cfa4c67819cb85f46dea0bad041df066b0a"
sha256 monterey: "541d265dd774e6a2b29bd9421c98b7e31fe93fa95d369d50541d5dcb090e2944"
sha256 big_sur: "f890ef84c1d502e49f18e4b0af2d021091c0d162477798e619a69f20aa032787"
end

depends_on "asio" => :build
Expand All @@ -34,7 +35,7 @@ class Musikcube < Formula
depends_on "libvorbis"
depends_on :macos
depends_on "ncurses"
depends_on "openssl@1.1"
depends_on "openssl@3"
depends_on "taglib"
uses_from_macos "curl"

Expand Down

0 comments on commit 220720e

Please sign in to comment.