summaryrefslogtreecommitdiffstats
path: root/tools/automake/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-04-02 16:25:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-04-02 16:25:28 +0000
commit093b12cba9237e9233217ee59d7ac0568f0bc673 (patch)
treed98e6feb309ed1f3b998e6e071de63a1aed7d63c /tools/automake/Makefile
parent9c6d6caf0ec83a0919b2cf5a4c56c06f03da39a5 (diff)
downloadmaster-31e0f0ae-093b12cba9237e9233217ee59d7ac0568f0bc673.tar.gz
master-31e0f0ae-093b12cba9237e9233217ee59d7ac0568f0bc673.tar.bz2
master-31e0f0ae-093b12cba9237e9233217ee59d7ac0568f0bc673.zip
automake: update to 1.11.3
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31173
Diffstat (limited to 'tools/automake/Makefile')
-rw-r--r--tools/automake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/automake/Makefile b/tools/automake/Makefile
index c30a9900e6..63d28bd48b 100644
--- a/tools/automake/Makefile
+++ b/tools/automake/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=automake
-PKG_VERSION:=1.11.1
+PKG_VERSION:=1.11.3
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/automake
-PKG_MD5SUM:=c2972c4d9b3e29c03d5f2af86249876f
+PKG_MD5SUM:=3d72b2076eb4397ad5e9a2aace6357fd
include $(INCLUDE_DIR)/host-build.mk