automake: update to automake-1.11.3

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-12 21:19:20 +01:00
parent 55b3a2e892
commit aed6b397f2

View File

@ -19,12 +19,12 @@
################################################################################ ################################################################################
PKG_NAME="automake" PKG_NAME="automake"
PKG_VERSION="1.11.2" PKG_VERSION="1.11.3"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://sources.redhat.com/automake/" PKG_SITE="http://sources.redhat.com/automake/"
PKG_URL="http://ftp.gnu.org/gnu/automake/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://ftp.gnu.org/gnu/automake/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache autoconf" PKG_BUILD_DEPENDS="ccache autoconf"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"