aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-13 12:26:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-13 12:26:27 +0000
commit5382336f51a760bc177904ce8c14125bfe6a1f27 (patch)
tree6f8a2e4d56b8a5d81ff544db855877bee6246a9f
parent557216b8bffc61c220070a9dea874bc6077a6826 (diff)
downloadalpine_aports-5382336f51a760bc177904ce8c14125bfe6a1f27.tar.bz2
alpine_aports-5382336f51a760bc177904ce8c14125bfe6a1f27.tar.xz
alpine_aports-5382336f51a760bc177904ce8c14125bfe6a1f27.zip
extra/cmake: upgrade to 2.6.3
-rw-r--r--extra/cmake/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/cmake/APKBUILD b/extra/cmake/APKBUILD
index 5a5c6650ed..07191076f0 100644
--- a/extra/cmake/APKBUILD
+++ b/extra/cmake/APKBUILD
@@ -1,5 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
1pkgname=cmake 2pkgname=cmake
2pkgver=2.6.2 3pkgver=2.6.3
3pkgrel=0 4pkgrel=0
4pkgdesc="CMake is a cross-platform open-source make system" 5pkgdesc="CMake is a cross-platform open-source make system"
5url="http://www.cmake.org" 6url="http://www.cmake.org"
@@ -30,4 +31,4 @@ build ()
30 make || return 1 31 make || return 1
31 make DESTDIR="$pkgdir" install 32 make DESTDIR="$pkgdir" install
32} 33}
33md5sums="9e82aa3beb991aa8e5797cf330618d42 cmake-2.6.2.tar.gz" 34md5sums="5ba47a94ce276f326abca1fd72a7e7c6 cmake-2.6.3.tar.gz"