summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenzy72022-07-01 14:24:53 +0300
committerDenzy72022-07-01 14:24:53 +0300
commit330ee37e447c71a81376891f8251c15e8f3bec1d (patch)
treecc7e75118c06a55b8d7af147468e0205fb2b251d
parentb30fb8d84ff9814c409dc5d0689e31be91d1d82f (diff)
downloadaur-330ee37e447c71a81376891f8251c15e8f3bec1d.tar.gz
update to v3.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222eebdb66e8..cf52e8d74483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-bullet
pkgdesc = A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)
- pkgver = 3.17
- pkgrel = 1
+ pkgver = 3.24
+ pkgrel = 2
url = http://www.bulletphysics.com/Bullet/
arch = any
license = custom:zlib
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-bullet
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/bulletphysics/bullet3/archive/3.17.tar.gz
- sha256sums = baa642c906576d4d98d041d0acb80d85dd6eff6e3c16a009b1abf1ccd2bc0a61
+ source = https://github.com/bulletphysics/bullet3/archive/3.24.tar.gz
+ sha256sums = 6b1e987d6f8156fa8a6468652f4eaad17b3e11252c9870359e5bca693e35780b
pkgname = mingw-w64-bullet
diff --git a/PKGBUILD b/PKGBUILD
index 39e1831a5783..31af05206e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-bullet
-pkgver=3.17
-pkgrel=1
+pkgver=3.24
+pkgrel=2
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)"
arch=('any')
url="http://www.bulletphysics.com/Bullet/"
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
makedepends=('mingw-w64-cmake')
source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
-sha256sums=('baa642c906576d4d98d041d0acb80d85dd6eff6e3c16a009b1abf1ccd2bc0a61')
+sha256sums=('6b1e987d6f8156fa8a6468652f4eaad17b3e11252c9870359e5bca693e35780b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"