diff options
author | Alan Alberghini <414N@slacky.it> | 2011-05-17 14:59:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-17 14:59:22 -0500 |
commit | 4ec89d88171faea342970bc773b10054e924299a (patch) | |
tree | a4d86abdd9d796552d354b6479569c693b656de3 /network/kfilebox | |
parent | 7690ae60b09b1f98342ac5651b5f6ad02a3ac228 (diff) |
network/kfilebox: Updated for version 0.4.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/kfilebox')
-rw-r--r-- | network/kfilebox/kfilebox.SlackBuild | 4 | ||||
-rw-r--r-- | network/kfilebox/kfilebox.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/kfilebox/kfilebox.SlackBuild b/network/kfilebox/kfilebox.SlackBuild index 8e4da64e5310..6cd5fffc4d6f 100644 --- a/network/kfilebox/kfilebox.SlackBuild +++ b/network/kfilebox/kfilebox.SlackBuild @@ -24,7 +24,7 @@ # SUCH DAMAGE. PRGNAM=kfilebox -VERSION=${VERSION:-0.4.6} +VERSION=${VERSION:-0.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/kfilebox/kfilebox.info b/network/kfilebox/kfilebox.info index 11f5aaf095da..ebcf494e35b6 100644 --- a/network/kfilebox/kfilebox.info +++ b/network/kfilebox/kfilebox.info @@ -1,8 +1,8 @@ PRGNAM="kfilebox" -VERSION="0.4.6" +VERSION="0.4.7" HOMEPAGE="http://kdropbox.deuteros.es/" -DOWNLOAD="http://downloads.sourceforge.net/kdropbox/kfilebox-0.4.6.tar.gz" -MD5SUM="d620e6ef811bb0e77c9c9e7f944c590f" +DOWNLOAD="http://downloads.sourceforge.net/kdropbox/kfilebox-0.4.7.tar.gz" +MD5SUM="7a85e725f49f58a0289504e1a021297e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Alan Alberghini" |