summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-18 19:24:51 +0200
committerMichel Zou2022-05-18 19:24:51 +0200
commitbcabbac01505d5977dfb38ec512d42a2d8fc0239 (patch)
tree0a8410ab3f77c3e85c6a3319577446ba58603a31
parent11a2f28973ded670b7c2ebb62ae7a74b87ffa896 (diff)
downloadaur-bcabbac01505d5977dfb38ec512d42a2d8fc0239.tar.gz
3.24.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff93257a04d8..0f42a3564f3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qgis
pkgdesc = Geographic Information System (GIS) that supports vector, raster & database formats (mingw-w64)
- pkgver = 3.24.1
+ pkgver = 3.24.3
pkgrel = 1
url = https://qgis.org/
arch = any
@@ -28,7 +28,7 @@ pkgbase = mingw-w64-qgis
options = !buildflags
options = !strip
options = staticlibs
- source = https://qgis.org/downloads/qgis-3.24.1.tar.bz2
- sha256sums = 20cc5c47fb9463e82c72ac77122b77849f04f6fb64314ac5fe6d0069dd0d5c11
+ source = https://qgis.org/downloads/qgis-3.24.3.tar.bz2
+ sha256sums = fc9fa28e10c32773f49f1de0c52a35a393060acd6f799d6926f08e96fbaf2b4e
pkgname = mingw-w64-qgis
diff --git a/PKGBUILD b/PKGBUILD
index cf4422c82694..f4b0366e19ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-qgis
-pkgver=3.24.1
+pkgver=3.24.3
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats (mingw-w64)'
url='https://qgis.org/'
@@ -9,7 +9,7 @@ depends=('mingw-w64-protobuf' 'mingw-w64-qt5-3d' 'mingw-w64-qt5-imageformats' 'm
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://qgis.org/downloads/qgis-$pkgver.tar.bz2")
-sha256sums=('20cc5c47fb9463e82c72ac77122b77849f04f6fb64314ac5fe6d0069dd0d5c11')
+sha256sums=('fc9fa28e10c32773f49f1de0c52a35a393060acd6f799d6926f08e96fbaf2b4e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"