graphics/leocad_pieces: Updated for version 20.03
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b3a4e557d1
commit
94321544d4
|
@ -4,7 +4,7 @@
|
|||
# LeoCAD
|
||||
|
||||
# Copyright 2009-2013 Niels Horn, Rio de Janeiro, Brazil
|
||||
# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2016-2022 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=leocad_pieces
|
||||
VERSION=${VERSION:-9781}
|
||||
VERSION=${VERSION:-20.03}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -52,7 +52,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
|
||||
# Data from zip-file + set permissions
|
||||
mkdir -p $PKG/usr/share/leocad
|
||||
unzip $CWD/Library-Linux-$VERSION.zip -d $PKG/usr/share/leocad
|
||||
unzip $CWD/Library-$VERSION.zip -d $PKG/usr/share/leocad
|
||||
chown -R root:root $PKG
|
||||
find $PKG -type f -exec chmod 644 {} \;
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="leocad_pieces"
|
||||
VERSION="9781"
|
||||
VERSION="20.03"
|
||||
HOMEPAGE="https://www.leocad.org/"
|
||||
DOWNLOAD="https://github.com/leozide/leocad/releases/download/v17.07/Library-Linux-9781.zip"
|
||||
MD5SUM="bcb77d763d39155d3608c1e1335d8cb6"
|
||||
DOWNLOAD="https://github.com/leozide/leocad/releases/download/v21.06/Library-20.03.zip"
|
||||
MD5SUM="484fa1711bcecf78bc75484abd2e1788"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue