diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-14 15:03:45 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-30 01:23:46 -0700 |
commit | 39d930cfb4c46f892c5b0b4aedf098e478760571 (patch) | |
tree | 736af50c9b78d24b24abf8fb23598aaec5c76747 /multimedia | |
parent | 14da1d1def9b79d2ed0422cace1315c263e4ad12 (diff) |
ffmpeg: update to 2.3.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 71680141d..3923cc820 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ffmpeg -PKG_VERSION:=2.3.1 +PKG_VERSION:=2.3.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ -PKG_MD5SUM:=bb02e99c39941d7f3dc56658b9324a2b +PKG_MD5SUM:=72361d3b8717b6db3ad2b9da8df7af5e PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3 |