diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-02 01:29:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-02 03:13:35 +0100 |
commit | cb3cd7c34dfb6d8cc4694f0a2b9b2ec5cd9e022a (patch) | |
tree | ff04f141f29150f8f23e62eada641dd48c299012 /community | |
parent | ee9dfa6096d36f76c716a2e36e326261e7edda3c (diff) | |
download | aports-cb3cd7c34dfb6d8cc4694f0a2b9b2ec5cd9e022a.tar.bz2 aports-cb3cd7c34dfb6d8cc4694f0a2b9b2ec5cd9e022a.tar.xz |
community/ffmpeg: upgrade to 4.2.2
Diffstat (limited to 'community')
-rw-r--r-- | community/ffmpeg/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD index afb34e2b10..442a50fc34 100644 --- a/community/ffmpeg/APKBUILD +++ b/community/ffmpeg/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Jakub Skrzypnik <j.skrzypnik@openmailbox.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ffmpeg -pkgver=4.2.1 -pkgrel=5 +pkgver=4.2.2 +pkgrel=0 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" url="https://ffmpeg.org/" arch="all" @@ -168,5 +168,5 @@ libs() { mv "$pkgdir"/usr/lib "$subpkgdir"/usr } -sha512sums="3efddc7d6bbccba9a1f55bf0e6caa8a578405a7e12058ce526766ed5eca9d45a783dbf86325ab860a8eabbe29701f8093e691f0138e0d9cc883cfe5200b3561b ffmpeg-4.2.1.tar.xz +sha512sums="381cd6732fa699eb89000621cf34256920596ed1f9de3c2194dbad35fdf2165269eb7d3a147a0eb75dc18fbb6d601382b5801750e09fc63547766842f84208e3 ffmpeg-4.2.2.tar.xz 1047a23eda51b576ac200d5106a1cd318d1d5291643b3a69e025c0a7b6f3dbc9f6eb0e1e6faa231b7e38c8dd4e49a54f7431f87a93664da35825cc2e9e8aedf4 0001-libavutil-clean-up-unused-FF_SYMVER-macro.patch" |