diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-25 20:43:03 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-09-25 20:43:03 +0200 |
commit | 7b71fa2d6a54ab9dac00b3dcaea65e6163724312 (patch) | |
tree | f012f26d10bdaa54b4be191989530fb02b8943cd /main/ffmpeg | |
parent | 5dc5de0b5aef6d201b16689a5a0d886d8147e3f7 (diff) | |
download | aports-7b71fa2d6a54ab9dac00b3dcaea65e6163724312.tar.bz2 aports-7b71fa2d6a54ab9dac00b3dcaea65e6163724312.tar.xz |
main/ffmpeg: upgrade to 0.11.2
Diffstat (limited to 'main/ffmpeg')
-rw-r--r-- | main/ffmpeg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD index 057769337f..32e438fdc5 100644 --- a/main/ffmpeg/APKBUILD +++ b/main/ffmpeg/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ffmpeg -pkgver=0.11.1 +pkgver=0.11.2 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" url="http://ffmpeg.org/" @@ -67,5 +67,5 @@ libs() { mv "$pkgdir"/usr/lib "$subpkgdir"/usr } -md5sums="ff8cb914f657e164dd60ea1008b555a8 ffmpeg-0.11.1.tar.bz2 +md5sums="93c1908022567b321df74db7214da6ac ffmpeg-0.11.2.tar.bz2 2cdc11a99bf97c63c7cca27b073cb47c configure-dlvsym.patch" |