From 4e5f5a09c57e263ac3b57729c83bae64732689f0 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 7 Apr 2024 16:14:28 -0700 Subject: [PATCH] acpica-unix: update to 20240321 Remove PKG_CAT. No need for it. Signed-off-by: Rosen Penev --- utils/acpica-unix/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/utils/acpica-unix/Makefile b/utils/acpica-unix/Makefile index e415b14d0e..4736a50e1d 100644 --- a/utils/acpica-unix/Makefile +++ b/utils/acpica-unix/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acpica-unix -PKG_VERSION:=20230628 +PKG_VERSION:=20240321 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_CAT:=gzip -dc -PKG_SOURCE_URL:=https://acpica.org/sites/$(patsubst %-unix,%,$(PKG_NAME))/files/ -PKG_HASH:=86876a745e3d224dcfd222ed3de465b47559e85811df2db9820ef09a9dff5cce +PKG_SOURCE_URL:=https://downloadmirror.intel.com/819451 +PKG_HASH:=54a299487925fd3e0551c95f9d5cee4f4984930273983eff67aa5cd46f8f338b PKG_MAINTAINER:=Philip Prindeville PKG_LICENSE:=GPL-2.0