diff options
| author | Nick Hainke | 2024-01-24 12:18:53 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-04-22 13:28:12 +0000 |
| commit | 82ba1d26357fe005da6a71c10f75d83227af299c (patch) | |
| tree | 0c4b0e0f6391b70b5926ecbe029de1aca7af8015 | |
| parent | 675d9a2d4141a9251e6feb0dd948b7f6533553ae (diff) | |
| download | openwrt-82ba1d26357fe005da6a71c10f75d83227af299c.tar.gz | |
tools/cpio: update to 2.15
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2024-01/msg00006.html
Fixes: #15228
Signed-off-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | tools/cpio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile index 1550785ddc..bd6e258980 100644 --- a/tools/cpio/Makefile +++ b/tools/cpio/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cpio PKG_CPE_ID:=cpe:/a:gnu:cpio -PKG_VERSION:=2.14 +PKG_VERSION:=2.15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/cpio -PKG_HASH:=fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12 +PKG_HASH:=937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db include $(INCLUDE_DIR)/host-build.mk |