diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-12-17 11:26:41 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2017-12-17 11:26:41 -0700 |
commit | 6a3997e76371c74e13032263130450f50e12e54a (patch) | |
tree | 5a93b49743bd53c78555cdc7a5a73989303fde0e | |
parent | 3c6d14021e62d68a7d9bdd4520b799c5c207fde1 (diff) |
acpica-unix: update to 20171215
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 f78c59f21..ff70d7157 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:=20170929 +PKG_VERSION:=20171215 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:=c786868ae6c7a4c7bca19a5ca66bfb16740cad5c1c01b21642932f2f0dea9cc8 +PKG_SOURCE_URL:=https://acpica.org/sites/$(patsubst %-unix,%,$(PKG_NAME))/files/$(PKG_SOURCE_URL) +PKG_HASH:=1287c3d75c7956680dbb7e90151caef0255797eb29e18dd55588d713ada97d14 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=GPL-2.0 |