desktop/thunar-sendto-clamtk: Updated for version 0.06.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6089571552
commit
057d020475
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for thunar-sendto-clamtk
|
||||
|
||||
# Copyright 2012-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2012-2018 Petar Petrov slackalaxy@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=thunar-sendto-clamtk
|
||||
VERSION=${VERSION:-0.05}
|
||||
VERSION=${VERSION:-0.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,7 +40,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="thunar-sendto-clamtk"
|
||||
VERSION="0.05"
|
||||
HOMEPAGE="https://bitbucket.org/dave_theunsub/thunar-sendto-clamtk/"
|
||||
DOWNLOAD="https://bitbucket.org/dave_theunsub/thunar-sendto-clamtk/downloads/thunar-sendto-clamtk-0.05.tar.gz"
|
||||
MD5SUM="41cf7cd2369675d46134fc111a4067d8"
|
||||
VERSION="0.06"
|
||||
HOMEPAGE="https://dave-theunsub.github.io/clamtk/"
|
||||
DOWNLOAD="https://bitbucket.org/davem_/thunar-sendto-clamtk/downloads/thunar-sendto-clamtk-0.06.tar.xz"
|
||||
MD5SUM="881a32a0e1c5266582ebe3d2edc33633"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="clamtk"
|
||||
|
|
Loading…
Reference in New Issue