mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/bullet: Updated for version 2.83.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f4cd6cc89a
commit
79d2814098
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Bullet Physics
|
||||
|
||||
# Originally Written by Jože Zobec <jozze.zepl@gmail.com>
|
||||
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All Right Reserved
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bullet
|
||||
VERSION=${VERSION:-2.83.5}
|
||||
VERSION=${VERSION:-2.83.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bullet"
|
||||
VERSION="2.83.5"
|
||||
VERSION="2.83.7"
|
||||
HOMEPAGE="http://www.bulletphysics.com/Bullet/"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/2.83.5.tar.gz"
|
||||
MD5SUM="87e42fad2216801d5cef0af7e547ce08"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/2.83.7.tar.gz"
|
||||
MD5SUM="39fd0138fcb59047c12861f3b65c063e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue