diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-10-04 11:38:06 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2017-10-05 03:06:04 -0600 |
commit | 96e609ea315b2c5fb3d14dcef090694ef7566d2a (patch) | |
tree | bdf2542548c7c7362045ffd2d9e56d25e58950d7 | |
parent | 32dbb7e865908aadfaf70e591f11fed56e86e3cb (diff) |
acpica-unix: update to 20170929
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 8593f7699..f78c59f21 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:=20170831 +PKG_VERSION:=20170929 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://acpica.org/sites/$(subst -unix,,$(PKG_NAME))/files/$(PKG_SOURCE_URL) -PKG_HASH:=c918a422f6c72e27b08c841158b52d870b92730fb6406b33d20ef50b1d2b4113 +PKG_HASH:=c786868ae6c7a4c7bca19a5ca66bfb16740cad5c1c01b21642932f2f0dea9cc8 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=GPL-2.0 @@ -37,7 +37,7 @@ define Package/acpica-unix/description (AML) interpreter, a simulator, test suites, and a compiler to translate ACPI Source Language (ASL) into AML. - At this time, only acpidump is bundledr; more might be added later. + At this time, only acpidump is bundled; more might be added later. endef define Build/Configure |