diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cgal.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cgal.rb b/Library/Formula/cgal.rb index a0f1566d5..97f8b0f91 100644 --- a/Library/Formula/cgal.rb +++ b/Library/Formula/cgal.rb @@ -2,8 +2,8 @@ require 'formula' class Cgal < Formula homepage 'http://www.cgal.org/' - url 'https://gforge.inria.fr/frs/download.php/29125/CGAL-3.9.tar.gz' - sha1 'cc99fad7116f221b6301326834f71ff65cebf2eb' + url 'https://gforge.inria.fr/frs/download.php/30387/CGAL-4.0.tar.gz' + sha1 '3cbc6431918fe56146cd70713d6cfa6c37c0ad0c' depends_on 'cmake' => :build depends_on 'boost' |
