diff options
-rw-r--r-- | graphics/LDView/LDView.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/LDView/LDView.info | 8 |
2 files changed, 7 insertions, 7 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]') diff --git a/graphics/LDView/LDView.info b/graphics/LDView/LDView.info index 5931c6f38d..81ce2e879c 100644 --- a/graphics/LDView/LDView.info +++ b/graphics/LDView/LDView.info @@ -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" |