summaryrefslogtreecommitdiffstats
path: root/academic/wxmacmolplt
diff options
context:
space:
mode:
author Daniil Bratashov <dn2010@gmail.com>2016-12-30 15:16:08 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:20 +0700
commit748ebd675afd0a763b4d9076a08b13fea9c7a3ba (patch)
treeb8d1c63c3fd432a814e585d9bae43003c2e2fb2e /academic/wxmacmolplt
parent67b13229942415f5202f4edc67f579fd225d0543 (diff)
downloadslackbuilds-748ebd675afd0a763b4d9076a08b13fea9c7a3ba.tar.gz
slackbuilds-748ebd675afd0a763b4d9076a08b13fea9c7a3ba.tar.xz
academic/wxmacmolplt: Updated for version 7.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/wxmacmolplt')
-rw-r--r--academic/wxmacmolplt/wxmacmolplt.SlackBuild10
-rw-r--r--academic/wxmacmolplt/wxmacmolplt.info6
2 files changed, 11 insertions, 5 deletions
diff --git a/academic/wxmacmolplt/wxmacmolplt.SlackBuild b/academic/wxmacmolplt/wxmacmolplt.SlackBuild
index 3a62855cb5..8a40559843 100644
--- a/academic/wxmacmolplt/wxmacmolplt.SlackBuild
+++ b/academic/wxmacmolplt/wxmacmolplt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxmacmolplt
-VERSION=${VERSION:-7.6.2}
+VERSION=${VERSION:-7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,13 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+
+if [ -f $CWD/$PRGNAM-$VERSION.tar.gz ]; then
+ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+elif [ -f $CWD/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz ]; then
+ tar xvf $CWD/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz
+fi
+
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/academic/wxmacmolplt/wxmacmolplt.info b/academic/wxmacmolplt/wxmacmolplt.info
index 69eece8386..f936a7beb7 100644
--- a/academic/wxmacmolplt/wxmacmolplt.info
+++ b/academic/wxmacmolplt/wxmacmolplt.info
@@ -1,8 +1,8 @@
PRGNAM="wxmacmolplt"
-VERSION="7.6.2"
+VERSION="7.7"
HOMEPAGE="http://brettbode.github.io/wxmacmolplt/"
-DOWNLOAD="http://downloads.sourceforge.net/slackbuildsdirectlinks/wxmacmolplt-7.6.2.tar.gz"
-MD5SUM="03c0c0a3d79138be39b7ede5f97798e0"
+DOWNLOAD="https://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz"
+MD5SUM="e4c8ec2b47532423c5e5f67aa62c2af7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ming wxPython"