Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Nov 23, 2024
1 parent 0ce3851 commit 84d285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/setup/termux_setup_cmake.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
termux_setup_cmake() {
local TERMUX_CMAKE_VERSION=3.31.0
local TERMUX_CMAKE_SHA256=0fcb338b4515044f9ac77543550ac92c314c58f6f95aafcac5cd36aa75db6924
local TERMUX_CMAKE_VERSION=3.31.1
local TERMUX_CMAKE_SHA256=3b72fde0d40fa8be617667ea08d12c5ee47f6cf8950c2fbfcf2acfb5f83fb9de
local TERMUX_CMAKE_MAJORVERSION="${TERMUX_CMAKE_VERSION%.*}"
local TERMUX_CMAKE_TARNAME="cmake-${TERMUX_CMAKE_VERSION}-linux-x86_64.tar.gz"
local TERMUX_CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v${TERMUX_CMAKE_VERSION}/${TERMUX_CMAKE_TARNAME}"
Expand Down

0 comments on commit 84d285a

Please sign in to comment.