aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adb4f35bf3b7..38a3963449f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Isaac Ruben <isaac at rubenfamily dot com>
+# Maintainer: Ian Hartwig <mail at ihartwig dot me>
pkgname='photonvision-bin'
-pkgver="v2023.4.2"
+pkgver="v2024.1.2"
pkgrel=2
pkgdesc="free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition"
arch=("x86_64")
@@ -8,7 +9,7 @@ url="https://photonvision.org/"
license=('GPL3')
source=("$pkgname-$pkgver.jar::https://github.com/PhotonVision/photonvision/releases/download/$pkgver/photonvision-$pkgver-linuxx64.jar")
noextract=("$pkgname-$pkgver.jar")
-sha256sums=('f2c81bcb7299cf77be2a66c577ab5724d74c2e7da6d0f9962366e99a2c37b280')
+sha256sums=('ceca40bd1849659ce4216ab21ff28159860273640ec78fcbdabd63deed6712a5')
depends=('jre11-openjdk-headless' 'avahi' 'networkmanager' 'linux-lts')
install="photonvision-bin.install"