summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c357907be968..a69882709683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 9 20:10:41 UTC 2016
+# Sat Dec 17 10:07:56 UTC 2016
pkgbase = mingw-w64-bullet
pkgdesc = A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)
- pkgver = 2.83.7
+ pkgver = 2.85.1
pkgrel = 1
url = http://www.bulletphysics.com/Bullet/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-bullet
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/bulletphysics/bullet3/archive/2.83.7.tar.gz
- md5sums = 39fd0138fcb59047c12861f3b65c063e
+ source = https://github.com/bulletphysics/bullet3/archive/2.85.1.tar.gz
+ md5sums = 194cf1ef1eeb7fa9ac7dc580219d3c8b
pkgname = mingw-w64-bullet
diff --git a/PKGBUILD b/PKGBUILD
index b377ef0533c3..7977d3708ea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Paul Bienkowski <opatutlol@aol.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=mingw-w64-bullet
-pkgver=2.83.7
+pkgver=2.85.1
pkgrel=1
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
makedepends=('mingw-w64-cmake')
source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
-md5sums=('39fd0138fcb59047c12861f3b65c063e')
+md5sums=('194cf1ef1eeb7fa9ac7dc580219d3c8b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"