diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 14:59:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 14:59:48 +0000 |
commit | 853466f84964d100cff1565937283f7086859b14 (patch) | |
tree | d666f35be56996b9eb767573af6ac3a03d75aec8 /main/cmake/APKBUILD | |
parent | 8bca33b9c4ee1a89aa80143181f2a3d680e6e62b (diff) | |
download | aports-853466f84964d100cff1565937283f7086859b14.tar.bz2 aports-853466f84964d100cff1565937283f7086859b14.tar.xz |
main/cmake: rebuild against ncurses-6.0
Diffstat (limited to 'main/cmake/APKBUILD')
-rw-r--r-- | main/cmake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cmake/APKBUILD b/main/cmake/APKBUILD index 7b75d59fe3..92edcc0bb0 100644 --- a/main/cmake/APKBUILD +++ b/main/cmake/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cmake pkgver=3.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="CMake is a cross-platform open-source make system" url="http://www.cmake.org" arch="all" |