graphics/converseen: Updated for version 0.9.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9cd724fb17
commit
ef7356ecce
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for converseen
|
||||
|
||||
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2022 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=converseen
|
||||
VERSION=${VERSION:-0.9.9.3}
|
||||
VERSION=${VERSION:-0.9.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="converseen"
|
||||
VERSION="0.9.9.3"
|
||||
VERSION="0.9.9.4"
|
||||
HOMEPAGE="https://converseen.fasterland.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/converseen/converseen-0.9.9.3.tar.bz2"
|
||||
MD5SUM="2cfe47ed74f0f733344b665754fc9dd7"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/converseen/converseen-0.9.9.4.tar.bz2"
|
||||
MD5SUM="2d84d25ba88c31e66a3e4acbf5790147"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue