summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2024-03-09 10:38:28 -0800
committerTyler Veness2024-03-09 10:38:28 -0800
commitb45af3f650128f3dd7af8e17063bd5b9f3711138 (patch)
tree84cbeaec83acac5baf1c27e3ef26e97e5d3763d3
parent9077e8621783d7c380b4a9ef8cbdfe23892f90b0 (diff)
downloadaur-b45af3f650128f3dd7af8e17063bd5b9f3711138.tar.gz
upgpkg: sleipnirgroup-choreo 2024.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab962c66397e..46c42deb7c46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = sleipnirgroup-choreo
pkgdesc = A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition
- pkgver = 2024.2.0
+ pkgver = 2024.2.1
pkgrel = 1
url = https://github.com/SleipnirGroup/Choreo
arch = x86_64
license = BSD
depends = webkit2gtk
- source = https://github.com/SleipnirGroup/Choreo/releases/download/v2024.2.0/Choreo-v2024.2.0-Linux-x86_64.deb
- md5sums = e0f841d150337b14d95f4d138a34d6b5
+ source = https://github.com/SleipnirGroup/Choreo/releases/download/v2024.2.1/Choreo-v2024.2.1-Linux-x86_64.deb
+ md5sums = 841167616eeb288f6c6bd237f414ae5f
pkgname = sleipnirgroup-choreo
diff --git a/PKGBUILD b/PKGBUILD
index 7a84ad963b78..1434b09cc94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=sleipnirgroup-choreo
-pkgver=2024.2.0
+pkgver=2024.2.1
pkgrel=1
pkgdesc="A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition"
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/SleipnirGroup/Choreo'
depends=('webkit2gtk')
license=('BSD')
source=("https://github.com/SleipnirGroup/Choreo/releases/download/v$pkgver/Choreo-v$pkgver-Linux-x86_64.deb")
-md5sums=('e0f841d150337b14d95f4d138a34d6b5')
+md5sums=('841167616eeb288f6c6bd237f414ae5f')
package() {
tar -C "$pkgdir" -xf "$srcdir/data.tar.gz"