summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2022-01-28 13:47:59 -0500
committeracxz2022-01-28 13:47:59 -0500
commit51f9f6d3ea63aacaa3a8f96f9ba7940e35d7db8b (patch)
tree6608dc15ddd590b2fa1fac6058f0f54c7d8b4747 /PKGBUILD
parente44bb3b909ed853bf0cbeb0a6f04bc98e4937dcc (diff)
downloadaur-51f9f6d3ea63aacaa3a8f96f9ba7940e35d7db8b.tar.gz
updpkg 6.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d4957cbd94f..f2287ad8fc1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-gui
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc="Builds on top of Qt to provide widgets which are useful when developing
robotics applications, such as a 3D view, plots, dashboard, etc, and can be used
@@ -23,7 +23,7 @@ depends=(
)
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/${pkgname}6_${pkgver}.tar.gz")
-sha256sums=('b24eea52df6b3598b890650dead2bc2331ba223de72fd9d6308b7b9a0bf9b3c2')
+sha256sums=('f13d4af907c72b100dcfef75ec8155cc94db891626455c3ad2579d416953235c')
_dir="ign-gui-${pkgname}6_${pkgver}"