mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
4d10287885
commit
d8fec6b881
3 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
environments. It is fast, flexible and robust, and has built-in
|
||||
collision detection.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue