From 02b74bc9967a68e7cc8b71f368da6e5f6f1b0ee6 Mon Sep 17 00:00:00 2001 From: nirvn Date: Fri, 31 Jul 2020 10:34:25 +0700 Subject: [PATCH] Bump QGIS --- recipes/qgis/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/qgis/recipe.sh b/recipes/qgis/recipe.sh index 11d4405..2f3b5e2 100755 --- a/recipes/qgis/recipe.sh +++ b/recipes/qgis/recipe.sh @@ -8,10 +8,10 @@ DEPS_qgis=(zlib gdal qca libspatialite libspatialindex expat gsl postgresql libz # DEPS_qgis=() # url of the package -URL_qgis=https://github.com/qgis/QGIS/archive/7d58502b3b0a615ba1f6a4a8adab5465e18caf56.tar.gz +URL_qgis=https://github.com/qgis/QGIS/archive/e0de9c5c26c919cbdb3b9ecc3875ad4320d318b4.tar.gz # md5 of the package -MD5_qgis=8d2e9bdf0d69b5b919ecd6174e64e4e5 +MD5_qgis=aac25eb46178ca1f14807c15392fe4f0 # default build path BUILD_qgis=$BUILD_PATH/qgis/$(get_directory $URL_qgis)