diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2023-03-14 13:36:50 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-20 23:43:28 +0100 |
commit | f0091bb639f2727aeb49f3497dd8304108fd9792 (patch) | |
tree | 7ceb76ea8d3b4ba095836114defc7f701ad095ed /tools/autoconf-archive/Makefile | |
parent | 49294ffa90a311fd7defcdc6af3424bc69c617d9 (diff) | |
download | upstream-f0091bb639f2727aeb49f3497dd8304108fd9792.tar.gz upstream-f0091bb639f2727aeb49f3497dd8304108fd9792.tar.bz2 upstream-f0091bb639f2727aeb49f3497dd8304108fd9792.zip |
tools/autoconf-archive: bump to 2023.02.20
Changelog included in package.
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'tools/autoconf-archive/Makefile')
-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 0595577283..a4ab423779 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:=2022.09.03 +PKG_VERSION:=2023.02.20 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/autoconf-archive -PKG_HASH:=e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423 +PKG_HASH:=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33 include $(INCLUDE_DIR)/host-build.mk |