diff options
Diffstat (limited to 'games/ovcc/ovcc.SlackBuild')
-rw-r--r-- | games/ovcc/ovcc.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/ovcc/ovcc.SlackBuild b/games/ovcc/ovcc.SlackBuild index 4b97d3bfc9..aec6c2b166 100644 --- a/games/ovcc/ovcc.SlackBuild +++ b/games/ovcc/ovcc.SlackBuild @@ -11,10 +11,15 @@ # loadable shared libs). So use a wrapper script to symlink up a dir # in the user's $HOME, and keep the real binary out of $PATH. +# 20250814 bkw: +# - update for v1.6.1+20240328_cc936b2. +# - improve wrapper script. +# - tweak man page. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ovcc -VERSION=${VERSION:-1.6.0+20230510_f6c395c} +VERSION=${VERSION:-1.6.1+20240328_cc936b2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |