diff options
-rw-r--r-- | libraries/ode/ode.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/ode/ode.info | 6 |
2 files changed, 6 insertions, 7 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} diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info index 981e6d0d8c..ecd38ac218 100644 --- a/libraries/ode/ode.info +++ b/libraries/ode/ode.info @@ -1,8 +1,8 @@ PRGNAM="ode" -VERSION="0.16.5" +VERSION="0.16.6" HOMEPAGE="https://ode.org/" -DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.5.tar.gz" -MD5SUM="a4adcd39237b2ba813184c7148f3c895" +DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.6.tar.gz" +MD5SUM="410b78019a4de9736026ea7303d66da4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |