cgal: update to 4.14.
This commit is contained in:
parent
c907871fed
commit
fc35b3b628
|
@ -2757,7 +2757,7 @@ libstlink.so.1 stlink-1.5.1_1
|
|||
libopencsg.so.1 opencsg-1.4.2_1
|
||||
libCGAL.so.13 cgal-4.10_1
|
||||
libCGAL_Core.so.13 cgal-4.10_1
|
||||
libCGAL_ImageIO.so.13 cgal-4.10_1
|
||||
libCGAL_ImageIO.so.14 cgal-4.14_1
|
||||
libqscintilla2_qt5.so.15 qscintilla-qt5-2.11_1
|
||||
libQtAVWidgets.so.1 qtav-1.12.0_1
|
||||
libQtAV.so.1 qtav-1.12.0_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cgal'
|
||||
pkgname=cgal
|
||||
version=4.13
|
||||
revision=2
|
||||
version=4.14
|
||||
revision=1
|
||||
wrksrc="CGAL-${version}"
|
||||
build_style=cmake
|
||||
makedepends="boost-devel eigen mpfr-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
|||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||
homepage="https://www.cgal.org"
|
||||
distfiles="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-${version}/CGAL-${version}.tar.xz"
|
||||
checksum=3e3dd7a64febda58be54c3cbeba329ab6a73b72d4d7647ba4931ecd1fad0e3bc
|
||||
checksum=59464b1eaee892f2223ba570a7642892c999e29524ab102a6efd7c29c94a29f7
|
||||
nocross=yes
|
||||
|
||||
cgal-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue