diff options
| author | Jack Sun | 2025-02-02 02:40:32 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-02-19 08:45:35 +0000 |
| commit | bbb3b985b036193d814e9742d07143330d19a71a (patch) | |
| tree | cac39b2d01685f734af1bb3b9662a66023e2839e | |
| parent | e0f5ce9746323f0c38e49594411dbeb5394e2f15 (diff) | |
| download | openwrt-bbb3b985b036193d814e9742d07143330d19a71a.tar.gz | |
tools/autoconf-archive: bump to 2024.10.16
Changelog included in package.
Signed-off-by: Jack Sun <sunjiazheng321521@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17826
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -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 a4ab423779..a0c75c1dca 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:=2023.02.20 +PKG_VERSION:=2024.10.16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/autoconf-archive -PKG_HASH:=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33 +PKG_HASH:=7bcd5d001916f3a50ed7436f4f700e3d2b1bade3ed803219c592d62502a57363 include $(INCLUDE_DIR)/host-build.mk |