Update to 3.3.1
Changelog: Changes in 3.3.1 since 3.3.0: Ben Boeckel (1): ctest: fix add_subdirectory() crash Brad King (3): add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) Fortran: Store detected compiler version persistently (#15684) CMake 3.3.1 Gregor Jasny (1): Xcode: Quote strings containing a tilde (#15672)
This commit is contained in:
parent
c6e6760441
commit
b9f3b0f0e9
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.102 2015/08/18 07:31:04 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.103 2015/08/20 11:35:33 ryoon Exp $
|
||||
|
||||
DISTNAME= cmake-${CMAKE_API}.0
|
||||
PKGREVISION= 2
|
||||
DISTNAME= cmake-${CMAKE_API}.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.74 2015/07/26 23:10:47 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.75 2015/08/20 11:35:33 ryoon Exp $
|
||||
|
||||
SHA1 (cmake-3.3.0.tar.gz) = 7ffe0c67c25ee11d74cf7ab8022645151a0d72d2
|
||||
RMD160 (cmake-3.3.0.tar.gz) = 90a0a92bf8b1fb216023d69d3c3ad8cd3feb2dc9
|
||||
Size (cmake-3.3.0.tar.gz) = 6577818 bytes
|
||||
SHA1 (cmake-3.3.1.tar.gz) = 799aff559e9f330fefc60e6509f1d025fc3d9c8c
|
||||
RMD160 (cmake-3.3.1.tar.gz) = 39f63aef3c9ba9711f736fd8e51972429ceca527
|
||||
Size (cmake-3.3.1.tar.gz) = 6577869 bytes
|
||||
SHA1 (patch-Modules_FindX11.cmake) = 124a2d51155cb4455e8b829dc74598cbd50a4e1c
|
||||
SHA1 (patch-Modules_Platform_SCO__SV.cmake) = 3ed230b3a06ea693812db8f57bc73aebec12b99f
|
||||
SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16
|
||||
|
|
Loading…
Reference in a new issue