mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/LDView: Updated for version 4.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8c6d0f2cdf
commit
54d5a4df0d
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
# a program to visualize LDraw files
|
||||
|
||||
# Copyright 2009-2010, 2012-2013 Niels Horn, Rio de Janeiro, Brazil
|
||||
# Copyright 2015-2022 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2015-2024 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,8 +30,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=LDView
|
||||
VERSION=${VERSION:-4.4.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
SRCNAM=$(echo $PRGNAM|tr '[A-Z]' '[a-z]')
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="LDView"
|
||||
VERSION="4.4.1"
|
||||
VERSION="4.5"
|
||||
HOMEPAGE="https://tcobbs.github.io/ldview/"
|
||||
DOWNLOAD="https://github.com/tcobbs/ldview/archive/v4.4.1/ldview-4.4.1.tar.gz"
|
||||
MD5SUM="6abecfafccd8db441f2e120e7e9913db"
|
||||
DOWNLOAD="https://github.com/tcobbs/ldview/archive/v4.5/ldview-4.5.tar.gz"
|
||||
MD5SUM="e00abba40f3039ec7f8f16334b840ae6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="LDraw_data tinyxml"
|
||||
REQUIRES="LDraw_data"
|
||||
MAINTAINER="Philip van der Hoeven"
|
||||
EMAIL="philip@vd-hoeven.nl"
|
||||
|
|
Loading…
Reference in a new issue