Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Switch geos download server
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 7, 2019
1 parent 4b130d3 commit f5f0fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/geos/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash

# version of your package
VERSION_geos=3.7.2
VERSION_geos=3.7.3

# dependencies of this recipe
DEPS_geos=()

# url of the package
URL_geos=https://download.osgeo.org/geos/geos-${VERSION_geos}.tar.bz2
URL_geos=https://github.com/libgeos/geos/archive/${VERSION_geos}.tar.gz

# md5 of the package
MD5_geos=8caa4d19d311c1a78feb2f57505dc0e3
MD5_geos=f9d167151f37ff120271c8ca6af6f877

# default build path
BUILD_geos=$BUILD_PATH/geos/$(get_directory $URL_geos)
Expand Down

0 comments on commit f5f0fd5

Please sign in to comment.