Skip to content

Commit

Permalink
Merge pull request #161 from xingularity/hotfix/change-cmake-version
Browse files Browse the repository at this point in the history
Hotfix/change cmake version
  • Loading branch information
yungyuc authored Feb 16, 2024
2 parents 861b087 + 5dc400f commit b1b5102
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.25.1}
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 521a03b1c36412463eda0348bebf4765
download_md5 $pkgfn $pkgurl db659ed92a8fcc880f95b492bde2eb44

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

0 comments on commit b1b5102

Please sign in to comment.