mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
libraries/bullet: Updated for version 2.88.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd96738f47
commit
11976ffad8
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-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2019 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.87}
|
||||
VERSION=${VERSION:-2.88}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bullet"
|
||||
VERSION="2.87"
|
||||
VERSION="2.88"
|
||||
HOMEPAGE="http://www.bulletphysics.com/Bullet/"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/2.87/bullet3-2.87.tar.gz"
|
||||
MD5SUM="7566fc00d925a742e6f7ec7ba2d352de"
|
||||
DOWNLOAD="https://github.com/bulletphysics/bullet3/archive/2.88/bullet3-2.88.tar.gz"
|
||||
MD5SUM="d389e7235f00c66abf257bb7b21477ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue