cmake: update to 2.8.1.
This commit is contained in:
parent
802749951e
commit
6e48fd7062
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'cmake'
|
||||
pkgname=cmake
|
||||
version=2.8.0
|
||||
revision=2
|
||||
version=2.8.1
|
||||
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
|
||||
build_style=configure
|
||||
configure_script=./bootstrap
|
||||
|
@ -12,7 +11,7 @@ if [ -n "$XBPS_MAKEJOBS" ]; then
|
|||
fi
|
||||
short_desc="Cross-platform, open-source build system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=847d615ecadb97f2cd05964cad6b019b68a952cad0db1e8c05222dfc599f476d
|
||||
checksum=7eae74ab7673974a68e395c211854d318f0af2d320590a670339ee8ee9422242
|
||||
long_desc="
|
||||
CMake is a cross-platform, open-source build system. CMake is a family
|
||||
of tools designed to build, test and package software. CMake is used
|
||||
|
|
Loading…
Reference in a new issue