Bullet : bump version (#1727)

This commit is contained in:
miqlas
2017-10-22 11:21:32 +02:00
committed by Jérôme Duval
parent 1379f0deb3
commit f1004811d0

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2003-2017 Erwin Coumans and the Bullet Physics Library Team"
LICENSE="Zlib" LICENSE="Zlib"
REVISION="1" REVISION="1"
SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz" SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="c058b2e4321ba6adaa656976c1a138c07b18fc03b29f5b82880d5d8228fbf059" CHECKSUM_SHA256="438c151c48840fe3f902ec260d9496f8beb26dba4b17769a4a53212903935f95"
SOURCE_DIR="bullet3-$portVersion" SOURCE_DIR="bullet3-$portVersion"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64" ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
@@ -65,7 +65,7 @@ BUILD_PREREQUIRES="
cmd:cmake cmd:cmake
cmd:gcc$secondaryArchSuffix cmd:gcc$secondaryArchSuffix
cmd:make cmd:make
cmd:python cmd:python2
" "
BUILD() BUILD()