mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/sftp-kio_slave: Updated for version 4.5.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
0791d7f3a3
commit
64184edeb3
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# Derived from Slackware's Slackbuilds.
|
||||
#
|
||||
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
|
||||
# Copyright 2010 David Somero (dsomero@hotmail.com) Athens, TN, USA
|
||||
# Copyright 2010-2011 David Somero (dsomero@hotmail.com) Athens, TN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sftp-kio_slave
|
||||
VERSION=${VERSION:-4.4.3}
|
||||
VERSION=${VERSION:-4.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf kdebase-runtime-$VERSION
|
||||
tar xvf $CWD/kdebase-runtime-$VERSION.tar.xz
|
||||
tar xvf $CWD/kdebase-runtime-$VERSION.tar.bz2
|
||||
cd kdebase-runtime-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sftp-kio_slave"
|
||||
VERSION="4.4.3"
|
||||
VERSION="4.5.5"
|
||||
HOMEPAGE="http://www.kde.org/"
|
||||
DOWNLOAD="http://slackware.oregonstate.edu/slackware-13.1/source/kde/src/kdebase-runtime-4.4.3.tar.xz"
|
||||
MD5SUM="b3ffbcde4e23aaf810a120b28658bfa2"
|
||||
DOWNLOAD="http://download.kde.org/stable/4.5.5/src/kdebase-runtime-4.5.5.tar.bz2"
|
||||
MD5SUM="a26619cea3708fe0bef2bca5afee3733"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Somero"
|
||||
|
|
Loading…
Reference in a new issue