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 | |
| 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
| -rw-r--r-- | ports/libebur128/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/libebur128/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libebur128.json | 5 |
4 files changed, 9 insertions, 4 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", diff --git a/versions/baseline.json b/versions/baseline.json index c67ef4bc2..c892ca842 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2961,7 +2961,7 @@ "port-version": 0 }, "libebur128": { - "baseline": "1.2.5", + "baseline": "1.2.6", "port-version": 0 }, "libepoxy": { diff --git a/versions/l-/libebur128.json b/versions/l-/libebur128.json index 82a6b3543..bc1c54e1e 100644 --- a/versions/l-/libebur128.json +++ b/versions/l-/libebur128.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "44bed370ef5fdac0e6ec38493f00bebcd7b4c63c", + "version-string": "1.2.6", + "port-version": 0 + }, + { "git-tree": "9bfff5d49e34c3ff392662fca4b0ab398a4148b3", "version-string": "1.2.5", "port-version": 0 |
