diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-09-30 13:55:50 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2018-09-30 13:55:50 -0600 |
commit | 2a12677e8c594255df86fdd019fd2a76dd840907 (patch) | |
tree | 42a1e7d20bc90a952311682eff7349aa05a1a22b | |
parent | 9f76fe144582b5aab08763d83f3445d2dd48b8d0 (diff) |
acpica-unix: update to 20180929
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-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 aea241df3..5b6e956ad 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:=20180629 +PKG_VERSION:=20180927 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:=70d11f3f2adbdc64a5b33753e1889918af811ec8050722fbee0fdfc3bfd29a4f +PKG_HASH:=dc408d11889bcbedcfe9cc5b7ed23f65e857ca8fd5125f8c7a9e075e0b282db1 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=GPL-2.0 |