summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-automake.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-02-04 18:47:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-02-09 17:32:51 +0100
commitcaab289f9a3e13b7727daa6834d61a8054dada63 (patch)
treef3f28350b4470288bd7c01fec4d53409e5a7c162 /rules/host-autotools-automake.make
parent4a9b3837fb2cede856fe3a3efb5f151ff4eeb669 (diff)
downloadptxdist-caab289f9a3e13b7727daa6834d61a8054dada63.tar.gz
ptxdist-caab289f9a3e13b7727daa6834d61a8054dada63.tar.xz
automake: version bump 1.14.1 -> 1.15
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-automake.make')
-rw-r--r--rules/host-autotools-automake.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index 2236f2ab5..4e7b1ac13 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake
#
# Paths and names
#
-HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.14.1
-HOST_AUTOTOOLS_AUTOMAKE_MD5 := 7fc29854c520f56b07aa232a0f880292
+HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.15
+HOST_AUTOTOOLS_AUTOMAKE_MD5 := 9a1ddb0e053474d9d1105cfe39b0c48d
HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION)
HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.xz
HOST_AUTOTOOLS_AUTOMAKE_URL := $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX))