diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-13 11:45:53 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-13 11:45:53 +0100 |
commit | eeddeba8d8a186309ec370db88618a99e6076f45 (patch) | |
tree | 3302b8bf1c897716a45d52fabddcfbdb0a784790 | |
parent | 3ebd70ce00d89c62d7bed103eebb249d19b31670 (diff) | |
download | repository-eeddeba8d8a186309ec370db88618a99e6076f45.tar.gz |
libvpx: bump to 1.13.0
-rw-r--r-- | extra/libvpx/checksums | 2 | ||||
-rw-r--r-- | extra/libvpx/sources | 2 | ||||
-rw-r--r-- | extra/libvpx/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/libvpx/checksums b/extra/libvpx/checksums index 100783ec..5248a762 100644 --- a/extra/libvpx/checksums +++ b/extra/libvpx/checksums @@ -1,3 +1,3 @@ %BLAKE3 -7c56d41b8b04fff01f74a3e2fcb877b8f272a7a59f227ef9a65d3d7d06ee138e v1.12.0.tar.gz +42c6b89180d90a44639ac35b9eb8a180bc8ad095861c6f2d47364ea7a92c6cfb v1.13.0.tar.gz 083edfe3cde754ce0eebd3545ac28c64c3f5bb6ff51ff623e00ed740f9bfe984 fix-busybox-diff.patch diff --git a/extra/libvpx/sources b/extra/libvpx/sources index 749ef33d..db7ebda3 100644 --- a/extra/libvpx/sources +++ b/extra/libvpx/sources @@ -1,2 +1,2 @@ -https://github.com/webmproject/libvpx/archive/v1.12.0.tar.gz +https://github.com/webmproject/libvpx/archive/v1.13.0.tar.gz patches/fix-busybox-diff.patch diff --git a/extra/libvpx/version b/extra/libvpx/version index 880a3f4c..72aaab74 100644 --- a/extra/libvpx/version +++ b/extra/libvpx/version @@ -1 +1 @@ -1.12.0 1 +1.13.0 1 |