Skip to content

Commit

Permalink
bump cmake-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jun 18, 2024
1 parent d18abce commit 2afdaf9
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 @@ -53,7 +53,7 @@ Latest changes

- Host tools:
* ca-bundle 2024-03-11
* cmake 3.29.5
* cmake 3.29.6
* cpio 2.15
* fakeroot 1.35
* kconfig 6.9
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.29.5)
$(call TOOLS_INIT, 3.29.6)
$(PKG)_MAJOR_VERSION:=$(call GET_MAJOR_VERSION,$($(PKG)_VERSION))
$(PKG)_SOURCE:=$(pkg_short)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=dd63da7d763c0db455ca232f2c443f5234fe0b11f8bd6958a81d29cc987dfd6e
$(PKG)_HASH:=1391313003b83d48e2ab115a8b525a557f78d8c1544618b48d1d90184a10f0af
$(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

0 comments on commit 2afdaf9

Please sign in to comment.