From 4917a7c61367cc6f9f251decffc524b37b94719e Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 29 Sep 2019 16:54:06 +0200 Subject: [PATCH] Bump geos version --- recipes/geos/recipe.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/geos/recipe.sh b/recipes/geos/recipe.sh index d894a88..97cbc57 100644 --- a/recipes/geos/recipe.sh +++ b/recipes/geos/recipe.sh @@ -1,16 +1,16 @@ #!/bin/bash # version of your package -VERSION_geos=3.7.1 +VERSION_geos=3.7.2 # dependencies of this recipe DEPS_geos=() # url of the package -URL_geos=http://download.osgeo.org/geos/geos-${VERSION_geos}.tar.bz2 +URL_geos=https://download.osgeo.org/geos/geos-${VERSION_geos}.tar.bz2 # md5 of the package -MD5_geos=62149456d21dabee44999f644c986ab0 +MD5_geos=8caa4d19d311c1a78feb2f57505dc0e3 # default build path BUILD_geos=$BUILD_PATH/geos/$(get_directory $URL_geos)