Skip to content

Commit

Permalink
Merge pull request #199848 from Homebrew/bump-chuck-1.5.4.3
Browse files Browse the repository at this point in the history
chuck 1.5.4.3
  • Loading branch information
BrewTestBot authored Dec 3, 2024
2 parents 9ba4efb + f465c13 commit 3eb5022
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/chuck.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Chuck < Formula
desc "Concurrent, on-the-fly audio programming language"
homepage "https://chuck.cs.princeton.edu/"
url "https://chuck.cs.princeton.edu/release/files/chuck-1.5.4.2.tgz"
mirror "https://chuck.stanford.edu/release/files/chuck-1.5.4.2.tgz"
sha256 "cc04cffb5b7fc93ca63154324a2787478d47a0992e0590e4c623ac4808294a10"
url "https://chuck.cs.princeton.edu/release/files/chuck-1.5.4.3.tgz"
mirror "https://chuck.stanford.edu/release/files/chuck-1.5.4.3.tgz"
sha256 "bba453c3d9ec0c10f04fdc87d5bfb3bab98961a891c8cc88c32827de5cc35d11"
license "GPL-2.0-or-later"
head "https://github.com/ccrma/chuck.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f761b29155a28427823e52cab266d7c56472cb27d83dac30e260c5b901995bb2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6195cc630f7683f5885df3a5b295272872679368cb61530c7c42379f09ac0205"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0df662d6fd4f3ed5a0baf922116806491caf6bd90fb1bb103cd659e137fb2a37"
sha256 cellar: :any_skip_relocation, sonoma: "83e5dc5b7a99ab32d10f052c931cea0bc37f552a30689155f6ed98728ac40d90"
sha256 cellar: :any_skip_relocation, ventura: "17d757268ea87e7d5dc2253d62ff72907c49bbfec5f6f587595c33ea5e55a431"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e0adc111316246e9ee239c077948397109c06abd274531e71e6b9fcf9623175"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f4f90e9f46e05b9af105ef30d64285930c71cc2012a93f8f726b1c09dae0d70"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f31cd27f5675f89645cd25574691fcbf2cad6cb667914eeee8e54ed46495859"
sha256 cellar: :any_skip_relocation, arm64_ventura: "259ecfebf4c254e2862eceab1f5282c330a119d383e029fac3f74c4657b52b85"
sha256 cellar: :any_skip_relocation, sonoma: "aa26945ca827e31b4d9780bb8cfa0aa3fe55d3b3e913a47d5f987be3c059d38e"
sha256 cellar: :any_skip_relocation, ventura: "8e4cba57a9f7dee76f85f6b863ac4259e56a3e765822a4d0494640072f00b805"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ba850f582440587b380ebc7029e3d48a4c9a1f51a0a9d428dd37119e2e6c213"
end

uses_from_macos "bison" => :build
Expand Down

0 comments on commit 3eb5022

Please sign in to comment.