summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2018-09-10 13:50:39 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-09-10 13:50:39 +0100
commit3d1f644d4196fcf9422b626c267e133fc8602793 (patch)
tree05b52a254f454fa30a59973946171f9d096007ab /graphics
parent882dfe2ee5ddbb39d29939d1172edd3d35cb0696 (diff)
downloadslackbuilds-3d1f644d4196fcf9422b626c267e133fc8602793.tar.gz
slackbuilds-3d1f644d4196fcf9422b626c267e133fc8602793.tar.xz
graphics/FreeCAD: Updated for version 0.17.13541.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/FreeCAD/FreeCAD.SlackBuild9
-rw-r--r--graphics/FreeCAD/FreeCAD.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/FreeCAD/FreeCAD.SlackBuild b/graphics/FreeCAD/FreeCAD.SlackBuild
index 47b0dc08e9..2efa262ff0 100644
--- a/graphics/FreeCAD/FreeCAD.SlackBuild
+++ b/graphics/FreeCAD/FreeCAD.SlackBuild
@@ -25,7 +25,8 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=FreeCAD
-VERSION=${VERSION:-0.17}
+VERSION=${VERSION:-0.17.13541}
+COMMIT=${COMMIT:-9948ee4f1570df9216862a79705afb367b2c6ffb}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$COMMIT
+tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
+cd $PRGNAM-$COMMIT
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/graphics/FreeCAD/FreeCAD.info b/graphics/FreeCAD/FreeCAD.info
index 48410101bb..b9449797bc 100644
--- a/graphics/FreeCAD/FreeCAD.info
+++ b/graphics/FreeCAD/FreeCAD.info
@@ -1,8 +1,8 @@
PRGNAM="FreeCAD"
-VERSION="0.17"
+VERSION="0.17.13541"
HOMEPAGE="https://www.freecadweb.org/"
-DOWNLOAD="https://github.com/FreeCAD/FreeCAD/archive/0.17/FreeCAD-0.17.tar.gz"
-MD5SUM="fd736abfd79bc37374ea8e490d3a8374"
+DOWNLOAD="https://github.com/FreeCAD/FreeCAD/archive/9948ee4/FreeCAD-9948ee4f1570df9216862a79705afb367b2c6ffb.tar.gz"
+MD5SUM="1cc16667376a7c9d981319144b857e46"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenCASCADE Pivy matplotlib pyside pyside-tools shiboken xerces-c"