diff options
author | Michael Pratt <mcpratt@pm.me> | 2022-08-01 08:29:29 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-13 22:53:41 +0100 |
commit | b3776230f312972e40ef49ce8b830db0c8138b06 (patch) | |
tree | b4c7b3c818aa29f53e03eae27d7be261124e31e7 /tools | |
parent | a3cf796e7731fb7ce657017ad34e93acf35b038a (diff) | |
download | upstream-b3776230f312972e40ef49ce8b830db0c8138b06.tar.gz upstream-b3776230f312972e40ef49ce8b830db0c8138b06.tar.bz2 upstream-b3776230f312972e40ef49ce8b830db0c8138b06.zip |
tools/autoconf-archive: bump to 2022.09.03
Changelog included in package.
Link to announcement.
Link: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00004.html
Signed-off-by: Michael Pratt <mcpratt@pm.me>
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 ecca997313..0595577283 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:=2021.02.19 +PKG_VERSION:=2022.09.03 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/autoconf-archive -PKG_HASH:=e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd +PKG_HASH:=e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423 include $(INCLUDE_DIR)/host-build.mk |