Skip to content

Commit

Permalink
bump cmake-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 26, 2025
1 parent ec073c0 commit f4240c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Latest changes
* busybox 1.37.0
* ca-bundle 2024-12-31
* Ccache 4.10.2
* cmake 3.31.4
* cmake 3.31.5
* fakeroot 1.36.2
* kconfig 6.12
* lzma2 5.6.4
Expand Down
4 changes: 2 additions & 2 deletions make/host-tools/cmake-host/cmake-host.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call TOOLS_INIT, 3.31.4)
$(call TOOLS_INIT, 3.31.5)
$(PKG)_MAJOR_VERSION:=$(call GET_MAJOR_VERSION,$($(PKG)_VERSION))
$(PKG)_SOURCE:=$(pkg_short)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=a6130bfe75f5ba5c73e672e34359f7c0a1931521957e8393a5c2922c8b0f7f25
$(PKG)_HASH:=66fb53a145648be56b46fa9e8ccade3a4d0dfc92e401e52ce76bdad1fea43d27
$(PKG)_SITE:=https://github.com/Kitware/CMake/releases/download/v$($(PKG)_VERSION)
### WEBSITE:=https://cmake.org/
### MANPAGE:=https://cmake.org/cmake/help/latest/
Expand Down

1 comment on commit f4240c3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about cmake-host and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/host-tools/cmake-host

Please sign in to comment.