diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2012-12-02 19:55:48 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:57 -0500 |
commit | d86d2953205c2eb6ec68c7ccbda09d2394f1d5e6 (patch) | |
tree | cccaded527ed577b8bb85f8a24951b9180a0f02e /system/mucommander | |
parent | bb7dfb7dd1a16a8b5ec704d7a94a6c50faa0f292 (diff) | |
download | slackbuilds-d86d2953205c2eb6ec68c7ccbda09d2394f1d5e6.tar.gz |
system/mucommander: Updated for version 0.9.0
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/mucommander')
-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 eb853e25fa..283d4825b5 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 f53c03ad3b..d1027f85f2 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" |