diff --git a/ports/avcpp/portfile.cmake b/ports/avcpp/portfile.cmake index 0e07c4a00b7630..98dc5eedbe1a7b 100644 --- a/ports/avcpp/portfile.cmake +++ b/ports/avcpp/portfile.cmake @@ -7,7 +7,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO h4tr3d/avcpp REF "v${VERSION}" - SHA512 b653dbc761f90ab9c91d8e20839e4763bc894cfa8c52943278237c5a0db1fa8683c47bd28b1b35c8c466d0a27339f34b162f7380ff74d99fbcdc82141eae3f84 + SHA512 365ed55e0c2bf2a699899ed6e303fe28fb9d51286579e9d7d1586132c8ab1b09c4b66e94f8061e860d73b60a28fa44769dcfdf030cb0947acfb7cdfd616127d9 HEAD_REF master PATCHES 0002-av_init_packet_deprecation.patch diff --git a/ports/avcpp/vcpkg.json b/ports/avcpp/vcpkg.json index 009b284cab5c42..d94158775a5696 100644 --- a/ports/avcpp/vcpkg.json +++ b/ports/avcpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "avcpp", - "version": "2.3.2", + "version": "2.4.0", "description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.", "homepage": "https://github.com/h4tr3d/avcpp", "license": "LGPL-2.1-only OR BSD-3-Clause", diff --git a/versions/a-/avcpp.json b/versions/a-/avcpp.json index 1c8145e052bc8c..fd65d3f9ccd9f7 100644 --- a/versions/a-/avcpp.json +++ b/versions/a-/avcpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b06ff7d5a249eaa6f633d4fb9ce05b8f6fd8f85b", + "version": "2.4.0", + "port-version": 0 + }, { "git-tree": "35a98b8fdd34b26ecfcb2a8d79f4eb288c2a800b", "version": "2.3.2", diff --git a/versions/baseline.json b/versions/baseline.json index 9a70e2da564c3c..62d50ab7e6e983 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -353,7 +353,7 @@ "port-version": 2 }, "avcpp": { - "baseline": "2.3.2", + "baseline": "2.4.0", "port-version": 0 }, "avisynthplus": {