diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2022-08-15 23:52:02 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 09:14:21 +0700 |
commit | 11c366aeaa24f7c08e4d94e358f0ac16d9c26b28 (patch) | |
tree | b89b055d076572c5f3b8a77aabcfecb26135dd05 /graphics | |
parent | 29a061174cc4dcdb24c068b2ba5754ec462d5d00 (diff) | |
download | slackbuilds-11c366aeaa24f7c08e4d94e358f0ac16d9c26b28.tar.gz |
graphics/ristretto: Updated for version 0.12.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ristretto/ristretto.SlackBuild | 9 | ||||
-rw-r--r-- | graphics/ristretto/ristretto.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/graphics/ristretto/ristretto.SlackBuild b/graphics/ristretto/ristretto.SlackBuild index bd6d60248d..74dac6cb54 100644 --- a/graphics/ristretto/ristretto.SlackBuild +++ b/graphics/ristretto/ristretto.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ristretto -# Copyright 2015-2019 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2015-2022 Aaditya Bagga <aaditya_gnulinux@zoho.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ristretto -VERSION=${VERSION:-0.12.2} +VERSION=${VERSION:-0.12.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 @@ -94,7 +91,7 @@ make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog NEWS README.md TODO \ + AUTHORS COPYING ChangeLog NEWS README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/graphics/ristretto/ristretto.info b/graphics/ristretto/ristretto.info index f62c805e48..820e0c4d8e 100644 --- a/graphics/ristretto/ristretto.info +++ b/graphics/ristretto/ristretto.info @@ -1,8 +1,8 @@ PRGNAM="ristretto" -VERSION="0.12.2" +VERSION="0.12.3" HOMEPAGE="https://docs.xfce.org/apps/ristretto/start" -DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.2.tar.bz2" -MD5SUM="f42056310bfbc16d2657b502aa27719c" +DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.3.tar.bz2" +MD5SUM="7d3acd79dc51570468ef5c20fce07e64" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |