diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2022-09-27 02:54:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:13 +0700 |
commit | cb36075e230b7c183ddb29d2b2af1e0ceedba053 (patch) | |
tree | 8ddcb58d7d8edb48f0a479234c7c8ed2bad8b53a /graphics | |
parent | 1c4d01b90b2c10b86f203fc85cb05d127b3e746b (diff) | |
download | slackbuilds-cb36075e230b7c183ddb29d2b2af1e0ceedba053.tar.gz |
graphics/OpenVSP: Updated for version 3.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/OpenVSP/OpenVSP.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/OpenVSP/OpenVSP.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/OpenVSP/OpenVSP.SlackBuild b/graphics/OpenVSP/OpenVSP.SlackBuild index bef56fc758..c2133d3f4b 100644 --- a/graphics/OpenVSP/OpenVSP.SlackBuild +++ b/graphics/OpenVSP/OpenVSP.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=OpenVSP -VERSION=${VERSION:-3.28.0} +VERSION=${VERSION:-3.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -119,7 +119,7 @@ install -D -m0644 $CWD/OpenVSP.desktop \ $PKG/usr/share/applications/OpenVSP.desktop # Create symlink to executable: -(mkdir -p $PKG/usr/bin ; cd $PKG/usr/bin ; ln -sf /opt/OpenVSP/vsp ) +(mkdir -p $PKG/usr/bin ; cd $PKG/usr/bin ; ln -sf ../../opt/OpenVSP/vsp ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/graphics/OpenVSP/OpenVSP.info b/graphics/OpenVSP/OpenVSP.info index c0270d1271..c45675275d 100644 --- a/graphics/OpenVSP/OpenVSP.info +++ b/graphics/OpenVSP/OpenVSP.info @@ -1,8 +1,8 @@ PRGNAM="OpenVSP" -VERSION="3.28.0" +VERSION="3.30.0" HOMEPAGE="http://openvsp.org" -DOWNLOAD="https://github.com/OpenVSP/OpenVSP/archive/refs/tags/OpenVSP_3.28.0/OpenVSP-OpenVSP_3.28.0.tar.gz" -MD5SUM="04b8a58390abff900d3f029f4ae45118" +DOWNLOAD="https://github.com/OpenVSP/OpenVSP/archive/refs/tags/OpenVSP_3.30.0/OpenVSP-OpenVSP_3.30.0.tar.gz" +MD5SUM="c7d5a37b9369f03b05b1844c26d8d2ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fltk" |