aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/proj.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/proj.rb')
-rw-r--r--Library/Formula/proj.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb
index 2a323e460..687136ecd 100644
--- a/Library/Formula/proj.rb
+++ b/Library/Formula/proj.rb
@@ -2,13 +2,13 @@ require 'formula'
class ProjDatumgrid < Formula
url 'http://download.osgeo.org/proj/proj-datumgrid-1.5.zip'
- md5 'f5bf28a2a9c6afe9a3f670f0c0adb783'
+ sha1 '5c8d6769a791c390c873fef92134bf20bb20e82a'
end
class Proj < Formula
url 'http://download.osgeo.org/proj/proj-4.8.0.tar.gz'
homepage 'http://trac.osgeo.org/proj/'
- md5 'd815838c92a29179298c126effbb1537'
+ sha1 '5c8d6769a791c390c873fef92134bf20bb20e82a'
fails_with :llvm do
build 2334