diff options
| -rw-r--r-- | Library/Formula/mapnik.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mapnik.rb b/Library/Formula/mapnik.rb index a3109f007..8625db7cf 100644 --- a/Library/Formula/mapnik.rb +++ b/Library/Formula/mapnik.rb @@ -1,8 +1,8 @@ require 'formula' class Mapnik < Formula - url 'https://github.com/downloads/mapnik/mapnik/mapnik-2.0.0.tar.bz2' - md5 '499c6a61544014b9bc2a7c978f963ef3' + url 'https://github.com/downloads/mapnik/mapnik/mapnik-v2.0.1.tar.bz2' + md5 'e3dd09991340e2568b99f46bac34b0a8' homepage 'http://www.mapnik.org/' head 'https://github.com/mapnik/mapnik.git' |
