From f86d5849b0fcf5a4c4b9976aa128145f43a94ef1 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 5 Apr 2022 10:03:12 +0300 Subject: [PATCH] squashfs-tools: bump to version 4.5.1 Signed-off-by: Alexandru Ardelean --- utils/squashfs-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/squashfs-tools/Makefile b/utils/squashfs-tools/Makefile index 2235d5e4b9..1964aa3a76 100644 --- a/utils/squashfs-tools/Makefile +++ b/utils/squashfs-tools/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squashfs-tools -PKG_VERSION:=4.5 +PKG_VERSION:=4.5.1 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=GPL-2.0-only @@ -18,7 +18,7 @@ PKG_CPE_ID:=cpe:/a:phillip_lougher:squashfs PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/plougher/squashfs-tools/tar.gz/${PKG_VERSION}? -PKG_HASH:=b9e16188e6dc1857fe312633920f7d71cc36b0162eb50f3ecb1f0040f02edddd +PKG_HASH:=277b6e7f75a4a57f72191295ae62766a10d627a4f5e5f19eadfbc861378deea7 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk -- 2.30.2