diff options
Diffstat (limited to 'libraries/CGAL')
-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 1a7544d07977..8cb992b8256a 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 9803903680f9..edd1d124e55b 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 2050f502d96c..bacec366aced 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 |