summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenzy72023-04-04 15:43:10 +0300
committerDenzy72023-04-04 15:43:10 +0300
commit86821913052642b726d6c40366039afd864735b9 (patch)
treec1df85700b92b3815c80d5c68b704936ac4c7764
parent330ee37e447c71a81376891f8251c15e8f3bec1d (diff)
downloadaur-mingw-w64-bullet.tar.gz
update to v3.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf52e8d74483..08a2964d6f5a 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.24
- pkgrel = 2
+ pkgver = 3.25
+ pkgrel = 1
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.24.tar.gz
- sha256sums = 6b1e987d6f8156fa8a6468652f4eaad17b3e11252c9870359e5bca693e35780b
+ source = https://github.com/bulletphysics/bullet3/archive/3.25.tar.gz
+ sha256sums = c45afb6399e3f68036ddb641c6bf6f552bf332d5ab6be62f7e6c54eda05ceb77
pkgname = mingw-w64-bullet
diff --git a/PKGBUILD b/PKGBUILD
index 31af05206e4e..8b40414ca7f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-bullet
-pkgver=3.24
-pkgrel=2
+pkgver=3.25
+pkgrel=1
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=('6b1e987d6f8156fa8a6468652f4eaad17b3e11252c9870359e5bca693e35780b')
+sha256sums=('c45afb6399e3f68036ddb641c6bf6f552bf332d5ab6be62f7e6c54eda05ceb77')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"