mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
Merge pull request #14826 from maxice8/cmake
cmake: update to 3.11.3. cmake-gui: update to 3.11.3.
This commit is contained in:
commit
8f3db76cd1
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmake-gui'
|
# Template file for 'cmake-gui'
|
||||||
pkgname=cmake-gui
|
pkgname=cmake-gui
|
||||||
version=3.11.1
|
version=3.11.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="cmake-${version}"
|
wrksrc="cmake-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later, BSD-3-Clause"
|
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||||
homepage="https://www.cmake.org"
|
homepage="https://www.cmake.org"
|
||||||
distfiles="https://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz"
|
distfiles="https://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz"
|
||||||
checksum=57bebc6ca4d1d42c6385249d148d9216087e0fda57a47dc5c858790a70217d0c
|
checksum=287135b6beb7ffc1ccd02707271080bbf14c21d80c067ae2c0040e5f3508c39a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmake'
|
# Template file for 'cmake'
|
||||||
pkgname=cmake
|
pkgname=cmake
|
||||||
version=3.11.2
|
version=3.11.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
|
makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
|
||||||
|
@ -10,8 +10,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later, BSD-3-Clause"
|
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||||
homepage="https://www.cmake.org"
|
homepage="https://www.cmake.org"
|
||||||
distfiles="https://www.cmake.org/files/v${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="https://www.cmake.org/files/v${version%.*}/$pkgname-$version.tar.gz"
|
||||||
checksum=5ebc22bbcf2b4c7a20c4190d42c084cf38680a85b1a7980a2f1d5b4a52bf5248
|
checksum=287135b6beb7ffc1ccd02707271080bbf14c21d80c067ae2c0040e5f3508c39a
|
||||||
make_check_target="test"
|
make_check_target=test
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX ugly :-)
|
# XXX ugly :-)
|
||||||
|
|
Loading…
Add table
Reference in a new issue