Skip to content

Commit c417827

Browse files
cmake: Add Version 3.19.0 (#19996)
1 parent e75b76f commit c417827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

var/spack/repos/builtin/packages/cmake/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ class Cmake(Package):
1111
tools designed to build, test and package software.
1212
"""
1313
homepage = 'https://www.cmake.org'
14-
url = 'https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5.tar.gz'
14+
url = 'https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.0.tar.gz'
1515
maintainers = ['chuckatkins']
1616

1717
executables = ['^cmake$']
1818

19+
version('3.19.0', sha256='fdda688155aa7e72b7c63ef6f559fca4b6c07382ea6dca0beb5f45aececaf493')
1920
version('3.18.4', sha256='597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77')
2021
version('3.18.3', sha256='2c89f4e30af4914fd6fb5d00f863629812ada848eee4e2d29ec7e456d7fa32e5')
2122
version('3.18.2', sha256='5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e')

0 commit comments

Comments
 (0)