diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-18 01:02:51 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-20 15:21:17 +0200 |
commit | 0d983c2a68f419471bf0897cd82052e304bc132e (patch) | |
tree | af6268c4c565af0bfa08ae7be79e8db63554e6af /tools | |
parent | d23c5ecb1905c56d961a2cf3ead532c06e77ca57 (diff) | |
download | upstream-0d983c2a68f419471bf0897cd82052e304bc132e.tar.gz upstream-0d983c2a68f419471bf0897cd82052e304bc132e.tar.bz2 upstream-0d983c2a68f419471bf0897cd82052e304bc132e.zip |
tools/autoconf-archive: update to 2021.02.19
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/autoconf-archive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/autoconf-archive/Makefile b/tools/autoconf-archive/Makefile index b3d729f41d..228a27cf60 100644 --- a/tools/autoconf-archive/Makefile +++ b/tools/autoconf-archive/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autoconf-archive -PKG_VERSION:=2019.01.06 +PKG_VERSION:=2021.02.19 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/autoconf-archive -PKG_HASH:=17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f +PKG_HASH:=e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd include $(INCLUDE_DIR)/host-build.mk |