mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
cgal, bump version (#2696)
This commit is contained in:
committed by
waddlesplash
parent
a838d04b28
commit
43fb542792
@@ -24,9 +24,9 @@ LICENSE="GNU GPL v3
|
||||
Boost v1.0
|
||||
MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/CGAL/cgal/releases/download/releases/CGAL-$portVersion/CGAL-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="27a7762e5430f5392a1fe12a3a4abdfe667605c40224de1c6599f49d66cfbdd2"
|
||||
SOURCE_DIR="CGAL-$portVersion"
|
||||
SOURCE_URI="https://github.com/CGAL/cgal/archive/releases/CGAL-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="afc36e5dc2f87bbaca16a177f9cef09b94c77f2b9deb6043559e3f3201d349dd"
|
||||
SOURCE_DIR="cgal-releases-CGAL-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
@@ -38,7 +38,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="13.0.1"
|
||||
libVersion="13.0.2"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user