Skip to content

Commit a7a22fb

Browse files
authored
Merge pull request #246935 from Homebrew/bump-fluid-synth-2.5.0
fluid-synth 2.5.0
2 parents 95336f5 + 00f7841 commit a7a22fb

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/f/fluid-synth.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class FluidSynth < Formula
22
desc "Real-time software synthesizer based on the SoundFont 2 specs"
33
homepage "https://www.fluidsynth.org"
4-
url "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.8.tar.gz"
5-
sha256 "d6d04e9014557906ee42aa1fe3cd580840ea482d4c3b1a45fddd45ec606d6e97"
4+
url "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.5.0.tar.gz"
5+
sha256 "e4ae831ce02f38b5594ab4dacb11c1a4067ca65ea183523655ebdc9c1b2b92a1"
66
license "LGPL-2.1-or-later"
77
head "https://github.com/FluidSynth/fluidsynth.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_tahoe: "6c8aca6b8935c71b30e3c935f9f2c97c62d693b260361d5c88a4f7bbbfae8841"
11-
sha256 cellar: :any, arm64_sequoia: "b1d75ea2ed0bf7b161243fa20f9954632c6bb8faffc4f59cee5319e38773823d"
12-
sha256 cellar: :any, arm64_sonoma: "865e783a763fe8ba486d7882823f79f9442239bc7e6f51afe68003b97852dc0a"
13-
sha256 cellar: :any, arm64_ventura: "a8d44b962a768a2c1aeb012c6bd49ecd2c1f285d81a73803af0c0804a489da64"
14-
sha256 cellar: :any, sonoma: "d3d831fc5ec4854a1259e78103083343a2d55b1db20d78a73b65e855a8f8d92f"
15-
sha256 cellar: :any, ventura: "5ddb17c4b59eb6df476e5952b54d82aa2e0d0a47cd13ef830f4b6b1a704b3998"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "8fb331b937e68d92090539c41c115dda79ab12d2fd3b84ed0d448649c23a214f"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc89fea8a3e7b09c69da240ff8ee334c5cfc9435bdb747687219f84fddcb1d89"
10+
sha256 cellar: :any, arm64_tahoe: "391feaba13dfbfb3a6a6a316eb309334c3c4627f8b754d74af87bc774b10dc91"
11+
sha256 cellar: :any, arm64_sequoia: "10b07bb793a107cba3434841374797306bddf5be2f38e76e4f6de3f1000a6af6"
12+
sha256 cellar: :any, arm64_sonoma: "852d1c255180329b8595a4b757ae3ad1fc665b37653b5698451d06ee64600387"
13+
sha256 cellar: :any, sonoma: "9c23b933dee50ae1f69ac659a734e9a36bf81a011da9ac8a33fd57a4da39d383"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "ee77f713f86efef78b2ffe0417a69cdde21fd8a612113ba370ff277b80cc5d9f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b4cddb225915a8251123792bec3fb8b525a65c40b12e812914840d067d9c0d7"
1816
end
1917

2018
depends_on "cmake" => :build

0 commit comments

Comments
 (0)