commit f64a24267c7b27a80170e2d3cbeae0dc1b786e81
parent 249c422a2599a74a19a9e2da33e592e378037f20
Author: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Date: Tue, 7 Apr 2015 10:53:26 -0300
Merge pull request #1119 from luizluca/libvpx-update
libvpx: updated to 1.4.0
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008-2014 OpenWrt.org
+# Copyright (C) 2008-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libvpx
-PKG_VERSION:=1.3.0
+PKG_VERSION:=1.4.0
PKG_RELEASE:=1
PKG_REV:=v$(PKG_VERSION)
diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-good
PKG_VERSION:=1.4.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>