summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0390a3738be4..23f49a12e99b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-directxmath
pkgdesc = All inline SIMD C++ linear algebra library for use in games and graphics apps (mingw-w64)
- pkgver = 3.1.8
- pkgrel = 2
+ pkgver = 3.1.9
+ pkgrel = 1
url = https://go.microsoft.com/fwlink/?LinkID=615560
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = mingw-w64-directxmath
options = staticlibs
options = !strip
options = !buildflags
- source = directxmath-dec2023.tar.gz::https://github.com/microsoft/DirectXMath/archive/refs/tags/dec2023.tar.gz
- sha256sums = cdc09f55a9999497d8c350d1c8c0e3f0fe92055cbf5490a2c319f9625080dc13
+ source = directxmath-feb2024b.tar.gz::https://github.com/microsoft/DirectXMath/archive/refs/tags/feb2024b.tar.gz
+ sha256sums = 01b700121697a923eaa8f7549c50625a10975b199a7ddb5decd6f59b4330fead
pkgname = mingw-w64-directxmath
diff --git a/PKGBUILD b/PKGBUILD
index fb061a49aedd..f7e2685f53ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=mingw-w64-directxmath
pkgdesc="All inline SIMD C++ linear algebra library for use in games and graphics apps (mingw-w64)"
# Version from CMakeLists.txt.
-pkgver=3.1.8
-_tag=dec2023
-pkgrel=2
+pkgver=3.1.9
+_tag=feb2024b
+pkgrel=1
arch=('any')
makedepends=('mingw-w64-cmake')
url="https://go.microsoft.com/fwlink/?LinkID=615560"
license=('MIT')
options=('staticlibs' '!strip' '!buildflags')
source=(directxmath-${_tag}.tar.gz::https://github.com/microsoft/DirectXMath/archive/refs/tags/${_tag}.tar.gz)
-sha256sums=('cdc09f55a9999497d8c350d1c8c0e3f0fe92055cbf5490a2c319f9625080dc13')
+sha256sums=('01b700121697a923eaa8f7549c50625a10975b199a7ddb5decd6f59b4330fead')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"