diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-12-26 15:51:37 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-01-01 10:13:56 -0800 |
commit | 471ef4e398d2864af7ee09abf517ac0cb08b63ea (patch) | |
tree | 7786dbc964b9b139f645bf2a02c42b5206c175c6 | |
parent | bb7e123578d756b699009c0e9e54f811fbe6b303 (diff) |
acpica-unix: Update to 20211217
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-rw-r--r-- | utils/acpica-unix/Makefile | 6 |
1 files 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 <philipp@redfish-solutions.com> PKG_LICENSE:=GPL-2.0 |