diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-01-30 16:58:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:12 +0700 |
commit | 5cf2e9a88e467485d2d8dfea8c5944eec7534896 (patch) | |
tree | f2bd18798ecd8b5ba3ca799021a348299512825a /development/acpica/acpica.SlackBuild | |
parent | 2577a3949dc670a51e75d4daed124bae5c36b173 (diff) |
development/acpica: Updated for version 20211217
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/acpica/acpica.SlackBuild')
-rw-r--r-- | development/acpica/acpica.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/acpica/acpica.SlackBuild b/development/acpica/acpica.SlackBuild index 69809103eaeff..2d6f4084687be 100644 --- a/development/acpica/acpica.SlackBuild +++ b/development/acpica/acpica.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for acpica -# Copyright 2008-2021 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2022 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=acpica -VERSION=${VERSION:-20210930} +VERSION=${VERSION:-20211217} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |