summaryrefslogtreecommitdiffstats
path: root/graphics/LDraw_data
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2010-04-17 16:33:15 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-05-15 10:38:17 +0200
commit141e62fb7a43c149f050a35fdc79bb2edc337997 (patch)
treeed3ee8e852f26a0cd9ef39ea3e236ed469f3ff04 /graphics/LDraw_data
parentb2d07b39fdf132848eca5669e29c81f79f34c951 (diff)
downloadslackbuilds-141e62fb7a43c149f050a35fdc79bb2edc337997.tar.gz
slackbuilds-141e62fb7a43c149f050a35fdc79bb2edc337997.tar.xz
graphics/LDraw_data: Updated for version 201001.
Diffstat (limited to 'graphics/LDraw_data')
-rw-r--r--graphics/LDraw_data/LDraw_data.SlackBuild6
-rw-r--r--graphics/LDraw_data/LDraw_data.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/LDraw_data/LDraw_data.SlackBuild b/graphics/LDraw_data/LDraw_data.SlackBuild
index 07c9ebea14..b2b9c97301 100644
--- a/graphics/LDraw_data/LDraw_data.SlackBuild
+++ b/graphics/LDraw_data/LDraw_data.SlackBuild
@@ -4,10 +4,10 @@
# several LDraw utilities
# Written by Niels Horn - niels.horn@gmail.com
-# revision date 2010/01/14
+# revision date 2010/04/15
PRGNAM=LDraw_data
-VERSION=200903
+VERSION=201001
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -30,7 +30,7 @@ unzip $CWD/$PRGSRC
cd $PRGUNZIPPED
# Check if we have the right version of the "source"
-srcver=$(echo "20$(basename $(ls -1 models/note*.txt | tail -n1) .txt | cut -b5-)")
+srcver=$(echo "20$(basename $(ls -1 models/Note*.txt | tail -n1) .txt | cut -b5-8)")
if [ "$srcver" -ne "$VERSION" ] ; then
echo "Version of source ($srcver) does not match VERSION variable ($VERSION)"
exit 1
diff --git a/graphics/LDraw_data/LDraw_data.info b/graphics/LDraw_data/LDraw_data.info
index b2f84ec83e..3190a83ed9 100644
--- a/graphics/LDraw_data/LDraw_data.info
+++ b/graphics/LDraw_data/LDraw_data.info
@@ -1,10 +1,10 @@
PRGNAM="LDraw_data"
-VERSION="200903"
+VERSION="201001"
HOMEPAGE="http://www.ldraw.org/"
DOWNLOAD="http://www.ldraw.org/library/updates/complete.zip"
-MD5SUM="b356d5c887984abf0ea2cae855841957"
+MD5SUM="fa85662dac788c6782b24eddf1adb6af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"