Skip to content

Commit

Permalink
change cmake version to 3.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xingularity committed Feb 2, 2024
1 parent 20faefd commit 5dc400f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.d/cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ pkgname=cmake

if [ "${SRCSYNC}" == "tarball" ] ; then

pkgver=${VERSION:-3.27.9}
pkgver=${VERSION:-3.28.1}
pkgfull=${pkgname}-${pkgver}
pkgfn=${pkgfull}.tar.gz
pkgurl=https://github.com/Kitware/CMake/releases/download/v${pkgver}/${pkgfn}

download_md5 $pkgfn $pkgurl d8c5c2a764229f61a4ed1e06498a6031
download_md5 $pkgfn $pkgurl db659ed92a8fcc880f95b492bde2eb44

mkdir -p ${DEVENVFLAVORROOT}/${DEVENVFLAVOR}/src
pushd ${DEVENVFLAVORROOT}/${DEVENVFLAVOR}/src > /dev/null
Expand Down

0 comments on commit 5dc400f

Please sign in to comment.