summaryrefslogtreecommitdiffstats
path: root/system/colord
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-01-27 03:20:40 +0100
committer Willy Sudiarto Raharjo2024-01-27 03:20:40 +0100
commit73de8783b2c7dbe08903b8d8f9a74af4e23b5cc0 (patch)
tree67b1678d504fd44c7b76412653ae30993865b0b7 /system/colord
parent00f7ebc79c6c790add6d7a1d7e7b049caef1028c (diff)
downloadslackbuilds-73de8783b2c7dbe08903b8d8f9a74af4e23b5cc0.tar.gz
system/colord: Updated for version 1.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/colord')
-rw-r--r--system/colord/colord.SlackBuild7
-rw-r--r--system/colord/colord.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/system/colord/colord.SlackBuild b/system/colord/colord.SlackBuild
index bde5e83456..2fb974a299 100644
--- a/system/colord/colord.SlackBuild
+++ b/system/colord/colord.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for colord
-# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=colord
-VERSION=${VERSION:-1.4.6}
+VERSION=${VERSION:-1.4.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -51,9 +51,6 @@ elif ! getent passwd colord 2>/dev/null 1>/dev/null ; then
bailout
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
diff --git a/system/colord/colord.info b/system/colord/colord.info
index e48f0e941e..60a44b807f 100644
--- a/system/colord/colord.info
+++ b/system/colord/colord.info
@@ -1,8 +1,8 @@
PRGNAM="colord"
-VERSION="1.4.6"
+VERSION="1.4.7"
HOMEPAGE="http://www.freedesktop.org/software/colord"
-DOWNLOAD="http://www.freedesktop.org/software/colord/releases/colord-1.4.6.tar.xz"
-MD5SUM="7dbdc807495890c13e8242385f4c641f"
+DOWNLOAD="http://www.freedesktop.org/software/colord/releases/colord-1.4.7.tar.xz"
+MD5SUM="94bd795efa1931a34990345e4ac439a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgusb"