diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-04-18 13:47:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:45 +0700 |
commit | 9c486b09160483ae9ffc193dd2db46fd1d411c91 (patch) | |
tree | 6e9a02e235839dbff3dc1ecd711e1bbdb5575e8a | |
parent | c5df6de57310d073ede03a3973c85cd5bb3bc1af (diff) | |
download | slackbuilds-9c486b09160483ae9ffc193dd2db46fd1d411c91.tar.gz |
libraries/CGAL: Updated for version 4.9.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | libraries/CGAL/CGAL.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/CGAL/CGAL.info | 8 | ||||
-rw-r--r-- | libraries/CGAL/README | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/libraries/CGAL/CGAL.SlackBuild b/libraries/CGAL/CGAL.SlackBuild index 1a7544d079..8cb992b825 100644 --- a/libraries/CGAL/CGAL.SlackBuild +++ b/libraries/CGAL/CGAL.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=CGAL -VERSION=${VERSION:-4.9} +VERSION=${VERSION:-4.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/CGAL/CGAL.info b/libraries/CGAL/CGAL.info index 9803903680..edd1d124e5 100644 --- a/libraries/CGAL/CGAL.info +++ b/libraries/CGAL/CGAL.info @@ -1,8 +1,8 @@ PRGNAM="CGAL" -VERSION="4.9" -HOMEPAGE="http://www.cgal.org/" -DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9/CGAL-4.9.tar.xz" -MD5SUM="ee31343dbc4bf7b5b7501ec1650e9233" +VERSION="4.9.1" +HOMEPAGE="https://www.cgal.org/" +DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9.1/CGAL-4.9.1.tar.xz" +MD5SUM="820ef17ffa7ed87af6cc9918a961d966" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/CGAL/README b/libraries/CGAL/README index 2050f502d9..bacec366ac 100644 --- a/libraries/CGAL/README +++ b/libraries/CGAL/README @@ -4,3 +4,5 @@ various areas needing geometric computation, such as computer graphics, scientific visualization, computer aided design and modelling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation and numerical methods. + +Optional dependency: qt5 |