summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson2010-05-12 17:42:28 +0200
committer Robby Workman2010-05-12 17:42:28 +0200
commit6fe145037e58b4d287a08247fe5cdc4d5ad4b2dc (patch)
tree20e17ee86026f0aebc7bdea26ac81114e9708148
parent2c4afdf1d179a46057e028a4349737a10263d804 (diff)
downloadslackbuilds-6fe145037e58b4d287a08247fe5cdc4d5ad4b2dc.tar.gz
misc/torrentinfo: Updated for version 1.0.2
-rw-r--r--misc/torrentinfo/torrentinfo.SlackBuild4
-rw-r--r--misc/torrentinfo/torrentinfo.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/torrentinfo/torrentinfo.SlackBuild b/misc/torrentinfo/torrentinfo.SlackBuild
index dbe73d7a27..1461641d57 100644
--- a/misc/torrentinfo/torrentinfo.SlackBuild
+++ b/misc/torrentinfo/torrentinfo.SlackBuild
@@ -4,7 +4,7 @@
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=torrentinfo
-VERSION=1.0.1
+VERSION=1.0.2
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -17,7 +17,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -eu
rm -rf $PKG
-mkdir -p $TMP $PKG
+mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
diff --git a/misc/torrentinfo/torrentinfo.info b/misc/torrentinfo/torrentinfo.info
index 90e6112254..f0560daedf 100644
--- a/misc/torrentinfo/torrentinfo.info
+++ b/misc/torrentinfo/torrentinfo.info
@@ -1,8 +1,8 @@
PRGNAM="torrentinfo"
-VERSION="1.0.1"
+VERSION="1.0.2"
HOMEPAGE="http://vrai.net/project.php?project=torrentinfo"
-DOWNLOAD="http://vrai.net/files/software_projects/torrentinfo/torrentinfo-1.0.1.tar.bz2"
-MD5SUM="89c49aef71e312491646209e38ee4001"
+DOWNLOAD="http://vrai.net/files/software_projects/torrentinfo/torrentinfo-1.0.2.tar.bz2"
+MD5SUM="023c9c3cf7586ef10310b645db2794a5"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="rworkman"