diff options
author | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
commit | aa4e27bf4f1a27e219b6c6c78a481bd417eac0a7 (patch) | |
tree | 746e34a1e7395a5b6944a39b52f7a29c625edcd5 /repo/cmake | |
parent | 1d77b08d11a459598975cd73a1c9539849c0d815 (diff) |
Fixed packages for next release
Diffstat (limited to 'repo/cmake')
-rw-r--r-- | repo/cmake/cmake.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/cmake/cmake.xibuild b/repo/cmake/cmake.xibuild index 9cafa3f..fc08885 100644 --- a/repo/cmake/cmake.xibuild +++ b/repo/cmake/cmake.xibuild @@ -1,9 +1,9 @@ #!/bin/sh -MAKEDEPS="make" +MAKEDEPS="make gcc" DEPS="curl libarchive jsoncpp libuv rhash openssl" -PKG_VER=3.24.2 +PKG_VER=3.22.1 SOURCE=https://github.com/Kitware/CMake/releases/download/v$PKG_VER/cmake-$PKG_VER.tar.gz DESC="A cross-platform open-source make system" |