diff --git a/recipes/qgis/recipe.sh b/recipes/qgis/recipe.sh index 0d8d62c..e7f1d53 100755 --- a/recipes/qgis/recipe.sh +++ b/recipes/qgis/recipe.sh @@ -8,10 +8,10 @@ DEPS_qgis=(gdal qca libspatialite libspatialindex expat gsl postgresql libzip qt # DEPS_qgis=() # url of the package -URL_qgis=https://github.com/qgis/QGIS/archive/a05921a940fc8c89ec506ef33cf9dfe8deedbb4e.tar.gz +URL_qgis=https://github.com/qgis/QGIS/archive/decaadbb31871ed22b18b7a35015d90ca3e77f37.tar.gz # md5 of the package -MD5_qgis=2d05093e6232abf8586e51ab4744dc54 +MD5_qgis=1f1b81ba4d922dd3e035b15b36c1f01f # default build path BUILD_qgis=$BUILD_PATH/qgis/$(get_directory $URL_qgis)