@@ -28,27 +28,27 @@ let package = Package(
2828 . package ( url: " https://github.com/sbooth/CXXTagLib " , from: " 2.0.1 " ) ,
2929
3030 // Standalone dependencies not easily packaged using SPM
31- . package ( url: " https://github.com/sbooth/wavpack-binary-xcframework " , from: " 0.1.0 " ) ,
31+ . package ( url: " https://github.com/sbooth/wavpack-binary-xcframework " , from: " 0.1.1 " ) ,
3232
3333 // Xiph ecosystem
34- . package ( url: " https://github.com/sbooth/ogg-binary-xcframework " , from: " 0.1.1 " ) ,
34+ . package ( url: " https://github.com/sbooth/ogg-binary-xcframework " , from: " 0.1.2 " ) ,
3535 // flac-binary-xcframework requires ogg-binary-xcframework
36- . package ( url: " https://github.com/sbooth/flac-binary-xcframework " , from: " 0.1.2 " ) ,
36+ . package ( url: " https://github.com/sbooth/flac-binary-xcframework " , from: " 0.1.3 " ) ,
3737 // opus-binary-xcframework requires ogg-binary-xcframework
38- . package ( url: " https://github.com/sbooth/opus-binary-xcframework " , from: " 0.2.1 " ) ,
38+ . package ( url: " https://github.com/sbooth/opus-binary-xcframework " , from: " 0.2.2 " ) ,
3939 // vorbis-binary-xcframework requires ogg-binary-xcframework
40- . package ( url: " https://github.com/sbooth/vorbis-binary-xcframework " , from: " 0.1.1 " ) ,
40+ . package ( url: " https://github.com/sbooth/vorbis-binary-xcframework " , from: " 0.1.2 " ) ,
4141 // libspeex does not depend on libogg
4242 . package ( url: " https://github.com/sbooth/CSpeex " , from: " 1.2.1 " ) ,
4343
4444 // LGPL bits
45- . package ( url: " https://github.com/sbooth/lame-binary-xcframework " , from: " 0.1.1 " ) ,
45+ . package ( url: " https://github.com/sbooth/lame-binary-xcframework " , from: " 0.1.2 " ) ,
4646 // Technically only the musepack *encoder* is LGPL'd but for now the decoder and encoder are packaged together
47- . package ( url: " https://github.com/sbooth/mpc-binary-xcframework " , from: " 0.1.1 " ) ,
48- . package ( url: " https://github.com/sbooth/mpg123-binary-xcframework " , from: " 0.2.1 " ) ,
47+ . package ( url: " https://github.com/sbooth/mpc-binary-xcframework " , from: " 0.1.2 " ) ,
48+ . package ( url: " https://github.com/sbooth/mpg123-binary-xcframework " , from: " 0.2.2 " ) ,
4949 // sndfile-binary-xcframework requires ogg-binary-xcframework, flac-binary-xcframework, opus-binary-xcframework, and vorbis-binary-xcframework
50- . package ( url: " https://github.com/sbooth/sndfile-binary-xcframework " , from: " 0.1.1 " ) ,
51- . package ( url: " https://github.com/sbooth/tta-cpp-binary-xcframework " , from: " 0.1.1 " ) ,
50+ . package ( url: " https://github.com/sbooth/sndfile-binary-xcframework " , from: " 0.1.2 " ) ,
51+ . package ( url: " https://github.com/sbooth/tta-cpp-binary-xcframework " , from: " 0.1.2 " ) ,
5252 ] ,
5353 targets: [
5454 . target(
0 commit comments