graphics/LDraw_data: Updated for version 201001.

This commit is contained in:
Niels Horn 2010-04-17 16:33:15 -05:00 committed by Erik Hanson
parent b2d07b39fd
commit 141e62fb7a
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"