graphics/ristretto: Updated for version 0.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6bda6a503e
commit
45438d25c0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ristretto
|
||||
|
||||
# Copyright 2015-2022 Aaditya <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2015-2023 Aaditya <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.4}
|
||||
VERSION=${VERSION:-0.13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ristretto"
|
||||
VERSION="0.12.4"
|
||||
VERSION="0.13.1"
|
||||
HOMEPAGE="https://docs.xfce.org/apps/ristretto/start"
|
||||
DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.4.tar.bz2"
|
||||
MD5SUM="6458a51f6309ae77485ab13af5bf3c51"
|
||||
DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-0.13.1.tar.bz2"
|
||||
MD5SUM="a21966fa7aa2de1881f163097b62a2fd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue