summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1d68305936..5b530d5c22eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wpimath
pkgdesc = WPILib's mathematics and controls library
- pkgver = 2024.3.1
+ pkgver = 2024.3.2
pkgrel = 1
url = https://github.com/wpilibsuite/allwpilib
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = wpimath
depends = protobuf
options = !strip
options = staticlibs
- source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.3.1
- md5sums = SKIP
+ source = git+https://github.com/wpilibsuite/allwpilib#tag=v2024.3.2
+ md5sums = 65f6c1cf2a97deaff0c9b7e9cad2046c
pkgname = wpimath
diff --git a/PKGBUILD b/PKGBUILD
index 89241a5e049d..bc131ffd1254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=wpimath
-pkgver=2024.3.1
+pkgver=2024.3.2
pkgrel=1
pkgdesc="WPILib's mathematics and controls library"
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('cmake')
license=('BSD' 'MIT')
options=('!strip' 'staticlibs')
source=("git+https://github.com/wpilibsuite/allwpilib#tag=v$pkgver")
-md5sums=('SKIP')
+md5sums=('65f6c1cf2a97deaff0c9b7e9cad2046c')
build() {
cmake -B build -S "allwpilib" \