mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/CGAL5: Updated for version 5.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f720ab261b
commit
710ce4af63
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for CGAL5
|
||||
|
||||
# Copyright 2023 Giancarlo Dessi, Cagliari, IT
|
||||
# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,9 +25,9 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=CGAL5
|
||||
VERSION=${VERSION:-5.6}
|
||||
VERSION=${VERSION:-5.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
SRCNAM=cgal
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CGAL5"
|
||||
VERSION="5.6"
|
||||
VERSION="5.6.1"
|
||||
HOMEPAGE="https://www.cgal.org/"
|
||||
DOWNLOAD="https://github.com/CGAL/cgal/archive/v5.6/cgal-5.6.tar.gz"
|
||||
MD5SUM="f55aef6e75331106dc1e4afb4bae8b10"
|
||||
DOWNLOAD="https://github.com/CGAL/cgal/archive/v5.6.1/cgal-5.6.1.tar.gz"
|
||||
MD5SUM="c1a41186faeeaf412b3a6fd993921606"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue