From aed6b397f2f4a23219a2a960208597f09d536940 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 12 Feb 2012 21:19:20 +0100 Subject: [PATCH] automake: update to automake-1.11.3 Signed-off-by: Stephan Raue --- packages/toolchain/devel/autotools/automake/meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/toolchain/devel/autotools/automake/meta b/packages/toolchain/devel/autotools/automake/meta index fd308b319a..61f85dad13 100644 --- a/packages/toolchain/devel/autotools/automake/meta +++ b/packages/toolchain/devel/autotools/automake/meta @@ -19,12 +19,12 @@ ################################################################################ PKG_NAME="automake" -PKG_VERSION="1.11.2" +PKG_VERSION="1.11.3" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" 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_BUILD_DEPENDS="ccache autoconf" PKG_PRIORITY="optional"