Skip to content

Commit

Permalink
gpkg/cmake: update to 3.27.7 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored Oct 17, 2023
1 parent 988cecc commit faaed30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpkg/cmake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://cmake.org/
TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package software"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=3.27.5
TERMUX_PKG_VERSION=3.27.7
TERMUX_PKG_SRCURL=https://www.cmake.org/files/v${TERMUX_PKG_VERSION:0:4}/cmake-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5175e8fe1ca9b1dd09090130db7201968bcce1595971ff9e9998c2f0765004c9
TERMUX_PKG_SHA256=08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e
TERMUX_PKG_DEPENDS="libcurl-glibc, libarchive-glibc, jsoncpp-glibc, libuv-glibc, rhash-glibc, cppdap-glibc, libexpat-glibc"
TERMUX_PKG_RECOMMENDS="gcc-glibc, make-glibc"
TERMUX_PKG_FORCE_CMAKE=true
Expand Down
2 changes: 2 additions & 0 deletions gpkg/cppdap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ TERMUX_PKG_DESCRIPTION="C++ library for the Debug Adapter Protocol"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=1.58.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/google/cppdap/archive/dap-$TERMUX_PKG_VERSION-a.tar.gz
TERMUX_PKG_SHA256=5d35ca5db78570b6bef698e3365f79bd82a4f78e8393546387f78d7bdb2a2a08
TERMUX_PKG_DEPENDS="gcc-libs-glibc"
TERMUX_PKG_BUILD_DEPENDS="nlohmann-json-glibc"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DCPPDAP_USE_EXTERNAL_NLOHMANN_JSON_PACKAGE=ON
-DBUILD_SHARED_LIBS=ON
Expand Down

0 comments on commit faaed30

Please sign in to comment.