diff options
author | philipvdh <philip@vd-hoeven.nl> | 2024-05-28 17:57:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-30 08:24:55 +0700 |
commit | 54d5a4df0d93e0f10dd27834b91d6dcd273bfc4c (patch) | |
tree | 6521a6fbc4b5c87ce31ea96b2acceb76d9f2e4d5 /graphics/LDView/LDView.SlackBuild | |
parent | 8c6d0f2cdfd4b7f7218a1ac582d7e6408ffc6cec (diff) | |
download | slackbuilds-54d5a4df0d93e0f10dd27834b91d6dcd273bfc4c.tar.gz slackbuilds-54d5a4df0d93e0f10dd27834b91d6dcd273bfc4c.tar.xz |
graphics/LDView: Updated for version 4.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/LDView.SlackBuild')
-rw-r--r-- | graphics/LDView/LDView.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/LDView/LDView.SlackBuild b/graphics/LDView/LDView.SlackBuild index ca221ae52c..7ca173d288 100644 --- a/graphics/LDView/LDView.SlackBuild +++ b/graphics/LDView/LDView.SlackBuild @@ -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]') |