diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-04 01:35:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-04 01:35:00 +0700 |
commit | a60b3033180cdd514ac2ed696cece0303b91ba0f (patch) | |
tree | 792fd5f9b96437f14e135b1fc6520eb4fd555d9b /system/acpi | |
parent | 85cebce97a4fca7f48498d7ca2c66ac608996101 (diff) |
system/acpi: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/acpi')
-rw-r--r-- | system/acpi/acpi.SlackBuild | 9 | ||||
-rw-r--r-- | system/acpi/acpi.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/system/acpi/acpi.SlackBuild b/system/acpi/acpi.SlackBuild index 51ccd6e6ac..edde819414 100644 --- a/system/acpi/acpi.SlackBuild +++ b/system/acpi/acpi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for acpi # Copyright 2008-2012 Grigorios Bouzakis <grbzks@imap.cc> -# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=acpi -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -36,9 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -62,7 +59,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING ChangeLog INSTALL README" +DOCS="AUTHORS COPYING README" set -e diff --git a/system/acpi/acpi.info b/system/acpi/acpi.info index 5b9ad282db..504556d2b0 100644 --- a/system/acpi/acpi.info +++ b/system/acpi/acpi.info @@ -1,8 +1,8 @@ PRGNAM="acpi" -VERSION="1.7" +VERSION="1.8" HOMEPAGE="https://sourceforge.net/projects/acpiclient/" -DOWNLOAD="https://downloads.sourceforge.net/acpiclient/acpi-1.7.tar.gz" -MD5SUM="b52ce4ca39bbf7000a1c2de8879f1dcb" +DOWNLOAD="https://downloads.sourceforge.net/acpiclient/acpi-1.8.tar.gz" +MD5SUM="50804ce5dc27443e649e1ecf089da7b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |