diff options
| author | Dmitry Baryshev <dmitrymq@gmail.com> | 2021-08-13 23:41:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-13 13:41:51 -0700 |
| commit | bdc8687f7cd7e107d2192dc1a60504c84f57c395 (patch) | |
| tree | d2ac93f7aacaf6702e8143ab8fe41589459cec7c /ports | |
| parent | 612102b82840a47af0c6ab26135ff633f41dcd82 (diff) | |
| download | vcpkg-bdc8687f7cd7e107d2192dc1a60504c84f57c395.tar.gz vcpkg-bdc8687f7cd7e107d2192dc1a60504c84f57c395.zip | |
[aom] Update to 3.1.2 (#19505)
* [aom] Update aom 3.1.0 -> 3.1.2
* [aom] vcpkg x-add-version --all
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/aom/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/aom/vcpkg.json | 2 |
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", |
