diff options
Diffstat (limited to 'libraries/ode/ode.SlackBuild')
-rw-r--r-- | libraries/ode/ode.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild index f4f6cd9458..f0fba12f83 100644 --- a/libraries/ode/ode.SlackBuild +++ b/libraries/ode/ode.SlackBuild @@ -1,10 +1,9 @@ #!/bin/bash -# Copyright 2020-2024 Johannes Schoepfer, Germany -# All rights reserved. # Written by hollywoodb -# Modified by the SlackBuilds.org project # Updated by Alex Word +# Copyright 2020-2025 Johannes Schoepfer, Germany +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -26,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ode -VERSION=${VERSION:-0.16.5} +VERSION=${VERSION:-0.16.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |