diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-03-17 13:31:04 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:20 +0700 |
commit | 548ddd5f6b6dc231e133d58a279df9dec76c946b (patch) | |
tree | f4e5190c5291ab0326a84462cea3012f5340416f /graphics/OpenSubdiv/OpenSubdiv.SlackBuild | |
parent | 9f607eddc64766c1f62307a665289066c34e7ecb (diff) |
graphics/OpenSubdiv: Updated for version 3.5.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/OpenSubdiv/OpenSubdiv.SlackBuild')
-rw-r--r-- | graphics/OpenSubdiv/OpenSubdiv.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/OpenSubdiv/OpenSubdiv.SlackBuild b/graphics/OpenSubdiv/OpenSubdiv.SlackBuild index e0cb77c13b509..d117399268187 100644 --- a/graphics/OpenSubdiv/OpenSubdiv.SlackBuild +++ b/graphics/OpenSubdiv/OpenSubdiv.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Opensubdiv # Copyright 2019 J. "MUFTI" Scheurich Stuttgart/Germany -# Copyright 2021 Christoph Willing Brisbane/Australia +# Copyright 2021-3 Christoph Willing Brisbane/Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,9 +30,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=OpenSubdiv -VERSION=${VERSION:-3.4.4} +VERSION=${VERSION:-3.5.0} SRCVER=$(echo $VERSION | tr . _) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |