Skip to content

Commit

Permalink
bump cmake-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 21, 2024
1 parent b03927e commit 7c8f87e
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 @@ -58,7 +58,7 @@ Latest changes

- Host tools:
* busybox 1.37.0
* cmake 3.30.4
* cmake 3.30.5
* fakeroot 1.36
* kconfig 6.11
* lzma2 5.6.3
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.30.4)
$(call TOOLS_INIT, 3.30.5)
$(PKG)_MAJOR_VERSION:=$(call GET_MAJOR_VERSION,$($(PKG)_VERSION))
$(PKG)_SOURCE:=$(pkg_short)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=c759c97274f1e7aaaafcb1f0d261f9de9bf3a5d6ecb7e2df616324a46fe704b2
$(PKG)_HASH:=9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d
$(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 7c8f87e

@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.