summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2024-03-17 17:41:24 -0700
committerTyler Veness2024-03-17 17:41:24 -0700
commit3a4a101cb17bac9c59911a0bdbb8cbf26e42452a (patch)
treed2017a5db4746dc4de869137abe415683143da79
parentef308cbce3c17f0af006b9f9bd4e65ca651e0ed1 (diff)
downloadaur-3a4a101cb17bac9c59911a0bdbb8cbf26e42452a.tar.gz
upgpkg: wpimath 2024.3.2
-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" \