diff options
| author | Be <be@mixxx.org> | 2021-02-16 11:15:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 11:15:06 -0800 |
| commit | 344ec1e6d91a6efdb51b240809db111de6f3973f (patch) | |
| tree | 0b0322f397950b4024e83e2b9cb707b8ee118bda /ports | |
| parent | 039e8429de4dbe2073116b0519289d9f7a1f439b (diff) | |
| download | vcpkg-344ec1e6d91a6efdb51b240809db111de6f3973f.tar.gz vcpkg-344ec1e6d91a6efdb51b240809db111de6f3973f.zip | |
[libebur128] update to 1.2.6; fixes dynamic linking on Windows (#16223)
Fixes #16078
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libebur128/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/libebur128/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/libebur128/portfile.cmake b/ports/libebur128/portfile.cmake index 5e4db581e..c1ea6a9b9 100644 --- a/ports/libebur128/portfile.cmake +++ b/ports/libebur128/portfile.cmake @@ -5,8 +5,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jiixyj/libebur128 - REF v1.2.5 - SHA512 5f53c64f47bbad224840eef978bbc357f3fab091ef45f849749e5fabba0035d074451bc6e60240d3ff2c56b96faaf66fb91f32f96dcaacd9d81d3c148688c2f7 + REF v1.2.6 + SHA512 ab188c6d32cd14613119258313a8a3fb1167b55501c9f5b6d3ba738d674bc58f24ac3034c23d9730ed8dc3e95a23619bfb81719e4c79807a9a16c1a5b3423582 ) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} diff --git a/ports/libebur128/vcpkg.json b/ports/libebur128/vcpkg.json index 72624b6f8..57cda28d3 100644 --- a/ports/libebur128/vcpkg.json +++ b/ports/libebur128/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libebur128", - "version-string": "1.2.5", + "version-string": "1.2.6", "description": "A library implementing the EBU R128 audio loudness standard", "homepage": "https://github.com/jiixyj/libebur128", "license": "MIT", |
