diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-09-26 06:34:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:55 +0700 |
commit | d8fec6b8817486fe8b7c1fc374a2c19895fedd42 (patch) | |
tree | 63821d9ab82bc4636f9e9c323ff9b48a11c233ba /libraries/ode | |
parent | 4d1028788516e4aa7ecc43c90522637257c1613d (diff) | |
download | slackbuilds-d8fec6b8817486fe8b7c1fc374a2c19895fedd42.tar.gz |
libraries/ode: Updated for version 0.16.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ode')
-rw-r--r-- | libraries/ode/README | 10 | ||||
-rw-r--r-- | libraries/ode/ode.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/ode/ode.info | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libraries/ode/README b/libraries/ode/README index 5ba8aa34da..901fa2bc5a 100644 --- a/libraries/ode/README +++ b/libraries/ode/README @@ -1,5 +1,5 @@ -The Open Dynamics Engine (ODE) is a free, industrial quality library for -simulating articulated rigid body dynamics. Proven applications include -simulating ground vehicles, legged creatures, and moving objects in VR -environments. It is fast, flexible and robust, and has built-in collision -detection. +The Open Dynamics Engine (ODE) is a free, industrial quality library for +simulating articulated rigid body dynamics. Proven applications include +simulating ground vehicles, legged creatures, and moving objects in VR +environments. It is fast, flexible and robust, and has built-in +collision detection. diff --git a/libraries/ode/ode.SlackBuild b/libraries/ode/ode.SlackBuild index 5b3f7a102b..9a65a657e5 100644 --- a/libraries/ode/ode.SlackBuild +++ b/libraries/ode/ode.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ode -VERSION=${VERSION:-0.16.1} +VERSION=${VERSION:-0.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/ode/ode.info b/libraries/ode/ode.info index 327f01faff..7542fbaaf5 100644 --- a/libraries/ode/ode.info +++ b/libraries/ode/ode.info @@ -1,8 +1,8 @@ PRGNAM="ode" -VERSION="0.16.1" +VERSION="0.16.2" HOMEPAGE="https://ode.org/" -DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.1.tar.gz" -MD5SUM="0af3efe98f19163c04083c554afff629" +DOWNLOAD="https://bitbucket.org/odedevs/ode/downloads/ode-0.16.2.tar.gz" +MD5SUM="13426ae292f4dd007a1b8483b08ecc8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |