mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/kchmviewer-qt: Updated for version 6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
215cd146bb
commit
d2a1d5dc6a
3 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for KchmViewer (Qt-only version)
|
||||
|
||||
# Copyright 2012 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=kchmviewer-qt
|
||||
VERSION=${VERSION:-6.0}
|
||||
VERSION=${VERSION:-6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kchmviewer-qt"
|
||||
VERSION="6.0"
|
||||
VERSION="6.1"
|
||||
HOMEPAGE="http://www.kchmviewer.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kchmviewer/kchmviewer-6.0.tar.gz"
|
||||
MD5SUM="940fdeeb5f50cdd0d0611f7a13e003f9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kchmviewer/kchmviewer-6.1.tar.gz"
|
||||
MD5SUM="09471178529b47cbeb3bcb68200a81a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue