From 471ef4e398d2864af7ee09abf517ac0cb08b63ea Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sun, 26 Dec 2021 15:51:37 -0700 Subject: [PATCH] acpica-unix: Update to 20211217 Signed-off-by: Philip Prindeville --- utils/acpica-unix/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/acpica-unix/Makefile b/utils/acpica-unix/Makefile index 254bd6de4..563f83ee4 100644 --- a/utils/acpica-unix/Makefile +++ b/utils/acpica-unix/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acpica-unix -PKG_VERSION:=20210730 -PKG_RELEASE:=2 +PKG_VERSION:=20211217 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://acpica.org/sites/$(patsubst %-unix,%,$(PKG_NAME))/files/$(PKG_SOURCE_URL) -PKG_HASH:=4a0c14d5148666612aa0555c5179eaa86230602394fd1bc3d16b506fcf49b5de +PKG_HASH:=2511f85828820d747fa3e2c3433d3a38c22db3d9c2fd900e1a84eb4173cb5992 PKG_MAINTAINER:=Philip Prindeville PKG_LICENSE:=GPL-2.0