Skip to content

Commit

Permalink
Cmeel Release v7.1.c0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 30, 2023
1 parent b461083 commit 3a3d441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
cmake_minimum_required(VERSION 3.20)

set(NAME texinfo)
set(VERSION 7.0.3)
set(VERSION 7.1)
set(EXT tar.xz)
set(HASH 1bb0fcde3d6bdaaabd620926d4648ac18956c03e)

project(cmeel-${NAME} VERSION ${VERSION})

include(ExternalProject)
ExternalProject_Add(
${NAME}
URL "https://ftp.gnu.org/gnu/${NAME}/${NAME}-${VERSION}.tar.xz"
URL_HASH "SHA1=356a623b88401d7c993408f33450c8104aad9df8"
URL "https://ftp.gnu.org/gnu/${NAME}/${NAME}-${VERSION}.${EXT}"
URL_HASH "SHA1=${HASH}"
DOWNLOAD_EXTRACT_TIMESTAMP OFF
BUILD_IN_SOURCE ON
CONFIGURE_COMMAND "./configure" "--prefix=${CMAKE_INSTALL_PREFIX}"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ description = "cmeel distribution for Texinfo"
license = "LGPL-3.0-only"
name = "cmeel-texinfo"
requires-python = ">= 3.8"
version = "7.0.3"
version = "7.1"

[project.urls]
homepage = "https://github.com/cmake-wheel/cmeel-texinfo"
repository = "https://github.com/cmake-wheel/cmeel-texinfo.git"

[tool.cmeel]
build-number = 3
has-sitelib = false
run-tests = false

Expand Down

0 comments on commit 3a3d441

Please sign in to comment.