diff options
| author | Dane Springmeyer | 2012-04-09 16:59:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-10 06:16:00 -0700 |
| commit | 79645a31da0ad965c0cb05816016c40e3deecca4 (patch) | |
| tree | ae3322cdf72f12dcf5e12f703fd4f9210c80e083 /Library/Formula/mapnik.rb | |
| parent | d3c6824c1925c1f09ac81c5b85e38a29555cb676 (diff) | |
| download | homebrew-79645a31da0ad965c0cb05816016c40e3deecca4.tar.bz2 | |
mapnik 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mapnik.rb')
| -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' |
