summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2024-03-17 17:41:24 -0700
committerTyler Veness2024-03-17 17:41:24 -0700
commit3a4a101cb17bac9c59911a0bdbb8cbf26e42452a (patch)
treed2017a5db4746dc4de869137abe415683143da79 /PKGBUILD
parentef308cbce3c17f0af006b9f9bd4e65ca651e0ed1 (diff)
downloadaur-wpimath.tar.gz
upgpkg: wpimath 2024.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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" \