mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/CGAL: Updated for version 4.8.
This commit is contained in:
parent
88c5cb927e
commit
e128db4792
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=CGAL
|
||||
VERSION=${VERSION:-4.7}
|
||||
VERSION=${VERSION:-4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CGAL"
|
||||
VERSION="4.7"
|
||||
VERSION="4.8"
|
||||
HOMEPAGE="http://www.cgal.org/"
|
||||
DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-4.7.tar.xz"
|
||||
MD5SUM="623d91fb2ab0a35049dc6098a0f235cc"
|
||||
DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.8/CGAL-4.8.tar.xz"
|
||||
MD5SUM="e31e7039b5cdc74ac7b106db8ba644f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue