mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/draftsight: Updated for version 1.2.265.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7dcaaba895
commit
c3a083c5ee
3 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=draftsight
|
||||
VERSION=${VERSION:-2012.3.166}
|
||||
VERSION=${VERSION:-1.2.265}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" != "i386" ]; then
|
||||
if [ "$ARCH" != "i386" ] && [ "$ARCH" != "x86_64" ]; then
|
||||
printf "\n\n$ARCH is not supported...\n"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="draftsight"
|
||||
VERSION="2012.3.166"
|
||||
VERSION="1.2.265"
|
||||
HOMEPAGE="http://www.draftsight.com"
|
||||
DOWNLOAD="http://dl-ak.solidworks.com/nonsecure/draftsight/V1R2.0/draftSight.deb"
|
||||
MD5SUM="630d0126d77d64fbabeebfad78b12b95"
|
||||
DOWNLOAD="http://dl-ak.solidworks.com/nonsecure/draftsight/V1R3.1/draftSight.deb"
|
||||
MD5SUM="51f4912d95e98dc72707ae2f295e6dae"
|
||||
DOWNLOAD_x86_64="UNTESTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nas"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
draftsight: draftsight (2D CAD program)
|
||||
|
|
Loading…
Reference in a new issue