Skip to content

Commit 5f7d594

Browse files
authored
Merge pull request #225336 from Homebrew/bump-libopenmpt-0.8.0
libopenmpt 0.8.0
2 parents fb6a21e + b593dee commit 5f7d594

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Formula/lib/libopenmpt.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
class Libopenmpt < Formula
22
desc "Software library to decode tracked music files"
33
homepage "https://lib.openmpt.org/libopenmpt/"
4-
url "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.7.13+release.autotools.tar.gz"
5-
version "0.7.13"
6-
sha256 "dcd7cde4f9c498eb496c4556e1c1b81353e2a74747e8270a42565117ea42e1f1"
4+
url "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.8.0+release.autotools.tar.gz"
5+
version "0.8.0"
6+
sha256 "553ee9c63c4b3cbc9b664d5bc31d8bc4eeb345fad8809f03cbf93147a108ab32"
77
license "BSD-3-Clause"
8-
revision 1
98

109
livecheck do
1110
url "https://lib.openmpt.org/files/libopenmpt/src/"
1211
regex(/href=.*?libopenmpt[._-]v?(\d+(?:\.\d+)+)\+release\.autotools\.t/i)
1312
end
1413

1514
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "6b767ef8ae5e15125c2a852db9bec69c57c997c3c151a20368fdcc16197b255f"
17-
sha256 cellar: :any, arm64_sonoma: "1bb5f077a947f245ffeaf0eb9f4942cd33c3b5569fd1e9b400127f0d0943a0d6"
18-
sha256 cellar: :any, arm64_ventura: "62a4ef42a7ed523d0ae62092fec43cbd55e587b009bf030ffe04a5dee2dc0606"
19-
sha256 cellar: :any, sonoma: "9fe4c4ccb2ca7eff6f24bbe9eaf963daf681ddb16bd9225c7385539ef6644e53"
20-
sha256 cellar: :any, ventura: "75e06237d8e5a42527e7d2f33399feb6bcc6dafcaf2f8ac43123d6a915fda6fe"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "2cf870131606dcee1e4dd0fff1ac1fa410921fe708d310139d81934d507c2055"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c7ed3050c7743f0fed603d3a001463d2e9c039526561b128492032841a83ff8c"
15+
sha256 cellar: :any, arm64_sequoia: "37d13180af54e2ddb20be5e9a93189e06ef099dc441fa6199dd6452e88f0f8f3"
16+
sha256 cellar: :any, arm64_sonoma: "e7f8a7eebc4dc1e3db14a4e04acd46a50d6791efb0a484fed3cc548313d0db3d"
17+
sha256 cellar: :any, arm64_ventura: "c4360547b56d28351c0f33f10dc830b4706b85363b2fbfca222dc3815431d7e4"
18+
sha256 cellar: :any, sonoma: "b8f2e7a3694ae395ee177151032b8360e017be99fe1c1e094f7d07e8644e8817"
19+
sha256 cellar: :any, ventura: "3c9f5d3ddfa9737b56fbf272bd7b52a5933dcaa98494c040a5c70c6d3a48a5d5"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "fb4d2a6336ca02311e52271ddc29cab52fa334d8830629452585e5eae794ec0d"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "914999916490d887b7bda07dc1f05d6e97d23be0e902cc582b03960ae15a0cbd"
2322
end
2423

2524
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)