Skip to content

Commit e2810c7

Browse files
authored
Update dependencies (#866)
This PR updates the following package dependencies: | Package | Version | Package Version | | --- | --- | --- | | CXXMonkeysAudio | 12.13 | 12.13.0 | | opus-binary-xcframework | 1.6.1 | 0.3.0 | | wavpack-binary-xcframework | 5.9.0 | 0.2.0 | | mpg123-binary-xcframework | 1.33.4 | 0.3.1 |
1 parent ec44b1f commit e2810c7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ let package = Package(
3232

3333
// Standalone dependencies from source
3434
.package(url: "https://github.com/sbooth/CDUMB", from: "2.0.3"),
35-
.package(url: "https://github.com/sbooth/CXXMonkeysAudio", from: "11.82.0"),
35+
.package(url: "https://github.com/sbooth/CXXMonkeysAudio", from: "12.13.0"),
3636
.package(url: "https://github.com/sbooth/CXXTagLib", from: "2.1.1"),
3737

3838
// Standalone dependencies not easily packaged using SPM
39-
.package(url: "https://github.com/sbooth/wavpack-binary-xcframework", .upToNextMinor(from: "0.1.2")),
39+
.package(url: "https://github.com/sbooth/wavpack-binary-xcframework", .upToNextMinor(from: "0.2.0")),
4040

4141
// Xiph ecosystem
4242
.package(url: "https://github.com/sbooth/ogg-binary-xcframework", .upToNextMinor(from: "0.1.3")),
4343
// flac-binary-xcframework requires ogg-binary-xcframework
4444
.package(url: "https://github.com/sbooth/flac-binary-xcframework", .upToNextMinor(from: "0.2.0")),
4545
// opus-binary-xcframework requires ogg-binary-xcframework
46-
.package(url: "https://github.com/sbooth/opus-binary-xcframework", .upToNextMinor(from: "0.2.2")),
46+
.package(url: "https://github.com/sbooth/opus-binary-xcframework", .upToNextMinor(from: "0.3.0")),
4747
// vorbis-binary-xcframework requires ogg-binary-xcframework
4848
.package(url: "https://github.com/sbooth/vorbis-binary-xcframework", .upToNextMinor(from: "0.1.2")),
4949
// libspeex does not depend on libogg
@@ -53,7 +53,7 @@ let package = Package(
5353
.package(url: "https://github.com/sbooth/lame-binary-xcframework", .upToNextMinor(from: "0.1.2")),
5454
// Technically only the musepack *encoder* is LGPL'd but for now the decoder and encoder are packaged together
5555
.package(url: "https://github.com/sbooth/mpc-binary-xcframework", .upToNextMinor(from: "0.1.2")),
56-
.package(url: "https://github.com/sbooth/mpg123-binary-xcframework", .upToNextMinor(from: "0.3.0")),
56+
.package(url: "https://github.com/sbooth/mpg123-binary-xcframework", .upToNextMinor(from: "0.3.1")),
5757
// sndfile-binary-xcframework requires ogg-binary-xcframework, flac-binary-xcframework, opus-binary-xcframework, and vorbis-binary-xcframework
5858
.package(url: "https://github.com/sbooth/sndfile-binary-xcframework", .upToNextMinor(from: "0.1.2")),
5959
.package(url: "https://github.com/sbooth/tta-cpp-binary-xcframework", .upToNextMinor(from: "0.1.2")),

0 commit comments

Comments
 (0)