From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH next] package/cmake: bump to 3.30.2
Date: Thu, 22 Aug 2024 12:38:53 +0200 [thread overview]
Message-ID: <20240822103854.2114748-1-thomas.petazzoni@bootlin.com> (raw)
This is minor release. According to
https://cmake.org/cmake/help/latest/release/3.30.html#updates:
3.30.1, 3.30.2
These versions made no changes to documented features or
interfaces. Some implementation updates were made to support ecosystem
changes and/or fix regressions.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/cmake/cmake.hash | 4 ++--
package/cmake/cmake.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
index ee6dab551c..1a59c3fe89 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.30/cmake-3.30.0-SHA-256.txt
-sha256 157e5be6055c154c34f580795fe5832f260246506d32954a971300ed7899f579 cmake-3.30.0.tar.gz
+# From https://cmake.org/files/v3.30/cmake-3.30.2-SHA-256.txt
+sha256 46074c781eccebc433e98f0bbfa265ca3fd4381f245ca3b140e7711531d60db2 cmake-3.30.2.tar.gz
# Locally calculated
sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 842457eb34..e7d2d86791 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -6,7 +6,7 @@
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
CMAKE_VERSION_MAJOR = 3.30
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).0
+CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
CMAKE_LICENSE = BSD-3-Clause
CMAKE_LICENSE_FILES = Copyright.txt
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-08-22 10:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 10:38 Thomas Petazzoni via buildroot [this message]
2024-10-28 22:10 ` [Buildroot] [PATCH next] package/cmake: bump to 3.30.2 Thomas Petazzoni via buildroot
[not found] <20240822103854.2114748-1-thomas.petazzoni__44393.730528985$1724323164$gmane$org@bootlin.com>
2024-09-08 21:39 ` Bernd Kuhls
2024-11-13 16:11 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240822103854.2114748-1-thomas.petazzoni@bootlin.com \
--to=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.