summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2024-02-07 23:39:36 -0800
committerTyler Veness2024-02-07 23:39:36 -0800
commiteb7da32ad838625a05bbfce864222b961b0f6b45 (patch)
treeed263566c08103285887d7e5a25b83d05ae3dd8b
parent39a25a8e6aad57229028bc11e575a68da50c1b77 (diff)
downloadaur-eb7da32ad838625a05bbfce864222b961b0f6b45.tar.gz
upgpkg: sleipnirgroup-choreo 2024.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b30cc347bd..872e87199260 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.1.2
+ pkgver = 2024.1.3
pkgrel = 1
url = https://github.com/SleipnirGroup/Choreo
arch = x86_64
license = BSD
depends = webkit2gtk
- source = https://github.com/SleipnirGroup/Choreo/releases/download/v2024.1.2-b/Choreo-v2024.1.2-Linux-x86_64.deb
- md5sums = f8bdc4dc21b6ef44c714c983bc846c26
+ source = https://github.com/SleipnirGroup/Choreo/releases/download/v2024.1.3/Choreo-v2024.1.3-Linux-x86_64.deb
+ md5sums = fba0defc3116dadaea2b5b0f40b73ba2
pkgname = sleipnirgroup-choreo
diff --git a/PKGBUILD b/PKGBUILD
index 05a826aecf3a..d8011bb2b3e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Tyler Veness <calcmogul at gmail dot com>
pkgname=sleipnirgroup-choreo
-pkgver=2024.1.2
+pkgver=2024.1.3
pkgrel=1
pkgdesc="A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition"
arch=('x86_64')
url='https://github.com/SleipnirGroup/Choreo'
depends=('webkit2gtk')
license=('BSD')
-source=("https://github.com/SleipnirGroup/Choreo/releases/download/v2024.1.2-b/Choreo-v$pkgver-Linux-x86_64.deb")
-md5sums=('f8bdc4dc21b6ef44c714c983bc846c26')
+source=("https://github.com/SleipnirGroup/Choreo/releases/download/v$pkgver/Choreo-v$pkgver-Linux-x86_64.deb")
+md5sums=('fba0defc3116dadaea2b5b0f40b73ba2')
package() {
tar -C "$pkgdir" -xf "$srcdir/data.tar.gz"