diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-06-25 22:04:40 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-06-25 22:04:40 +0200 |
commit | 7228b2fe6f6f97752f1a169aa974711bfe5aa882 (patch) | |
tree | 0a06b8296b38269780da818bd6845710f212dd5a /tools/depends/native/automake/Makefile | |
parent | 42e898eb4470d0f39c161b291a38c62e5e549e7d (diff) |
[depends] bump automake to 1.16.1
Diffstat (limited to 'tools/depends/native/automake/Makefile')
-rw-r--r-- | tools/depends/native/automake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/automake/Makefile b/tools/depends/native/automake/Makefile index 6ef6a1cd2c..3dfa1c1130 100644 --- a/tools/depends/native/automake/Makefile +++ b/tools/depends/native/automake/Makefile @@ -4,7 +4,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=automake -VERSION=1.15.1 +VERSION=1.16.1 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |