diff options
-rw-r--r-- | system/mucommander/mucommander.SlackBuild | 4 | ||||
-rw-r--r-- | system/mucommander/mucommander.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/mucommander/mucommander.SlackBuild b/system/mucommander/mucommander.SlackBuild index eb853e25faa1..283d4825b5bf 100644 --- a/system/mucommander/mucommander.SlackBuild +++ b/system/mucommander/mucommander.SlackBuild @@ -5,7 +5,7 @@ # Written by Dario Nicodemi dario.sbo@gmail.com PRGNAM=mucommander -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.9.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -17,7 +17,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/system/mucommander/mucommander.info b/system/mucommander/mucommander.info index f53c03ad3bbf..d1027f85f2d1 100644 --- a/system/mucommander/mucommander.info +++ b/system/mucommander/mucommander.info @@ -1,8 +1,8 @@ PRGNAM="mucommander" -VERSION="0.8.5" +VERSION="0.9.0" HOMEPAGE="http://www.mucommander.com/" -DOWNLOAD="http://www.mucommander.com/download/mucommander-0_8_5.tar.gz" -MD5SUM="8314ede2eaf60b4c131eea9aba0ad6c1" +DOWNLOAD="http://www.mucommander.com/download/mucommander-0_9_0.tar.gz" +MD5SUM="934f48cefb74da275cfa1f49a4ffb2d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |