mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/qgis: Updated for version 3.34.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e46bd0f521
commit
cb912f39bf
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qgis
|
||||
VERSION=${VERSION:-3.34.0}
|
||||
VERSION=${VERSION:-3.34.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qgis"
|
||||
VERSION="3.34.0"
|
||||
VERSION="3.34.1"
|
||||
HOMEPAGE="https://qgis.org/"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.34.0.tar.bz2"
|
||||
MD5SUM="cfcf67011f8d13f1ac3e95340dea8fa9"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.34.1.tar.bz2"
|
||||
MD5SUM="37c0598fd16ca8060a98eb3485aae17f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis python3-numpy python3-psycopg2 qwt termcolor"
|
||||
|
|
Loading…
Reference in a new issue