mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/bullet: Updated for version 3.06.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c63086a34f
commit
2a904ca2d5
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bullet
|
||||
VERSION=${VERSION:-3.05}
|
||||
VERSION=${VERSION:-3.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bullet"
|
||||
VERSION="3.05"
|
||||
VERSION="3.06"
|
||||
HOMEPAGE="http://www.bulletphysics.com/Bullet/"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/3.05/bullet3-3.05.tar.gz"
|
||||
MD5SUM="87bd326e7b21f58eb05f54b010c66046"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/3.06/bullet3-3.06.tar.gz"
|
||||
MD5SUM="369407bb68a2d8898789a280acb067ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue