diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-14 20:29:44 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-14 21:31:41 +0300 |
commit | 41bb417a0fd68c8dcbe289e734a4dee92a2265ce (patch) | |
tree | 27b7fdba9b96737457a08e992702a6f7ebe7f30b /utils | |
parent | 6c784dff2be0ab5d9dafec3973f4c77cc5d4cbf1 (diff) |
acpica: bump to 20210730
Fixes compilation with GCC 10.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/acpica-unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/acpica-unix/Makefile b/utils/acpica-unix/Makefile index 85b9e2576..92acd8d83 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:=20181213 +PKG_VERSION:=20210730 PKG_RELEASE:=1 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:=fc90006775c635ba86c5bbf08590ac98ab10e1f9eff6d8951385f57dd3a6f8ed +PKG_HASH:=4a0c14d5148666612aa0555c5179eaa86230602394fd1bc3d16b506fcf49b5de PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=GPL-2.0 |