aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/aom/portfile.cmake4
-rw-r--r--ports/aom/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/aom/portfile.cmake b/ports/aom/portfile.cmake
index 651936642..a3f84e8b2 100644
--- a/ports/aom/portfile.cmake
+++ b/ports/aom/portfile.cmake
@@ -13,8 +13,8 @@ vcpkg_add_to_path(${PERL_PATH})
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL "https://aomedia.googlesource.com/aom"
- REF 33aff8586e35ffe385637f6aa2c991858c0fb58e
- TAG v3.1.0
+ REF 8f85bb1d686647d0f7dc1e7220f94f55193d2c89
+ TAG v3.1.2
PATCHES
aom-rename-static.diff
# Can be dropped when https://bugs.chromium.org/p/aomedia/issues/detail?id=3029 is merged into the upstream
diff --git a/ports/aom/vcpkg.json b/ports/aom/vcpkg.json
index d3743ba17..39edcf982 100644
--- a/ports/aom/vcpkg.json
+++ b/ports/aom/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "aom",
- "version-semver": "3.1.0",
+ "version-semver": "3.1.2",
"description": "AV1 codec library",
"homepage": "https://aomedia.googlesource.com/aom",
"supports": "!uwp & !arm",