summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-09-02 19:21:12 -0400
committeracxz2022-09-02 19:21:12 -0400
commit8ccdc080e34d0be0a71ec94d697653901c245105 (patch)
tree20dfd6504505e7d375963652f5a1e1a9c5094ece
parent2151866c08bfa301ed0a0af3a87c3a6311684a67 (diff)
downloadaur-8ccdc080e34d0be0a71ec94d697653901c245105.tar.gz
upgpkg: ignition-gazebo 6.12.0-1
upstream release upgpkg: ignition-gazebo 6.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e918bf39cbeb..3d629edaee5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ignition-gazebo
pkgdesc = Open source robotics simulator.
- pkgver = 6.10.0
+ pkgver = 6.12.0
pkgrel = 1
url = https://gazebosim.org/libs/gazebo
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = ignition-gazebo
depends = sdformat
depends = ignition-fuel_tools
depends = ignition-sensors
- source = ignition-gazebo-6.10.0.tar.gz::https://github.com/gazebosim/gz-sim/archive/ignition-gazebo6_6.10.0.tar.gz
- sha256sums = f5538848cd89711912853ab99faa0c46ee6a4b47c17a8aa06c9814a879d4c8b8
+ source = ignition-gazebo-6.12.0.tar.gz::https://github.com/gazebosim/gz-sim/archive/ignition-gazebo6_6.12.0.tar.gz
+ sha256sums = 0c5036976b4811f18f3ea657ea3a738784e948449504f0a52b32bd7da9d7fe79
pkgname = ignition-gazebo
diff --git a/PKGBUILD b/PKGBUILD
index 07b3513c9f4e..97eb6d16da9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-gazebo
-pkgver=6.10.0
+pkgver=6.12.0
pkgrel=1
pkgdesc="Open source robotics simulator."
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('benchmark' 'gflags' 'tinyxml2' 'tinyxml' 'eigen' 'qt5-declarative'
'sdformat' 'ignition-fuel_tools' 'ignition-sensors')
makedepends=('cmake' 'ruby-ronn' 'doxygen')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gazebosim/gz-sim/archive/${pkgname}6_${pkgver}.tar.gz")
-sha256sums=('f5538848cd89711912853ab99faa0c46ee6a4b47c17a8aa06c9814a879d4c8b8')
+sha256sums=('0c5036976b4811f18f3ea657ea3a738784e948449504f0a52b32bd7da9d7fe79')
_dir="gz-sim-${pkgname}6_${pkgver}"