summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e60796d4465..2780fecb9a27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qgroundcontrol
pkgdesc = Micro air vehicle ground control station.
- pkgver = 3.5.1
+ pkgver = 3.5.2
pkgrel = 0
url = http://qgroundcontrol.org/
arch = x86_64
@@ -38,10 +38,10 @@ pkgbase = qgroundcontrol
depends = qt5-quickcontrols2
depends = qt5-location
depends = qt5-svg
- source = qgroundcontrol-3.5.1.tar.gz::https://github.com/mavlink/qgroundcontrol/archive/v3.5.1.tar.gz
- source = mavlink-v2.0-qgc3.5.1.zip::https://github.com/mavlink/c_library_v2/archive/d240d0986710045663894aebcea89e71ce981ee4.zip
- source = gps-drivers-qgc3.5.1.zip::https://github.com/PX4/GpsDrivers/archive/2a4865adc3808687d6c6f550f497a02eb920c382.zip
- sha256sums = 00937e67d3b2fe22beef270c0a4fc24a3247be831380f6b367c2b9b12b45b590
+ source = qgroundcontrol-3.5.2.tar.gz::https://github.com/mavlink/qgroundcontrol/archive/v3.5.2.tar.gz
+ source = mavlink-v2.0-qgc3.5.2.zip::https://github.com/mavlink/c_library_v2/archive/d240d0986710045663894aebcea89e71ce981ee4.zip
+ source = gps-drivers-qgc3.5.2.zip::https://github.com/PX4/GpsDrivers/archive/2a4865adc3808687d6c6f550f497a02eb920c382.zip
+ sha256sums = 195e1749cabbc69589df401a6af03f86796c3953ef78055418d8c734448d7685
sha256sums = 65c0fc60be9435375f74990a5c83fb0cdef6d15c100245759d2465d480a5b9b5
sha256sums = 1ab58c633edcfff9288bd868bf33e2c9990afa27fa5df8f1731675d98a4ce6e4
diff --git a/PKGBUILD b/PKGBUILD
index b45d3d79c6fe..79eddd5a2bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: K. Morton <pryre.dev@outlook.com>
# Contributor: Anselmo L. S. Melo <anselmo.melo@intel.com>
pkgname=qgroundcontrol
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=0
pkgdesc="Micro air vehicle ground control station."
arch=('x86_64')
@@ -52,7 +52,7 @@ source=("qgroundcontrol-${pkgver}.tar.gz::https://github.com/mavlink/qgroundcont
"gps-drivers-qgc${pkgver}.zip::https://github.com/PX4/GpsDrivers/archive/${pkgver_gps}.zip"
)
-sha256sums=('00937e67d3b2fe22beef270c0a4fc24a3247be831380f6b367c2b9b12b45b590'
+sha256sums=('195e1749cabbc69589df401a6af03f86796c3953ef78055418d8c734448d7685'
'65c0fc60be9435375f74990a5c83fb0cdef6d15c100245759d2465d480a5b9b5'
'1ab58c633edcfff9288bd868bf33e2c9990afa27fa5df8f1731675d98a4ce6e4'
)