Skip to content

Commit 28a8d7e

Browse files
committed
cmake-docs 4.0.3
Signed-off-by: botantony <[email protected]>
1 parent 3ca5c17 commit 28a8d7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/autobump.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ clp
601601
clusterawsadm
602602
clusterctl
603603
clzip
604+
cmake
605+
cmake-docs
604606
cmake-language-server
605607
cmake-lint
606608
cmark

Formula/c/cmake-docs.rb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class CmakeDocs < Formula
22
desc "Documentation for CMake"
33
homepage "https://www.cmake.org/"
4-
url "https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2.tar.gz"
5-
mirror "http://fresh-center.net/linux/misc/cmake-4.0.2.tar.gz"
6-
mirror "http://fresh-center.net/linux/misc/legacy/cmake-4.0.2.tar.gz"
7-
sha256 "1c3a82c8ca7cf12e0b17178f9d0c32f7ac773bd5651a98fcfd80fbf4977f8d48"
4+
url "https://github.com/Kitware/CMake/releases/download/v4.0.3/cmake-4.0.3.tar.gz"
5+
mirror "http://fresh-center.net/linux/misc/cmake-4.0.3.tar.gz"
6+
mirror "http://fresh-center.net/linux/misc/legacy/cmake-4.0.3.tar.gz"
7+
sha256 "8d3537b7b7732660ea247398f166be892fe6131d63cc291944b45b91279f3ffb"
88
license "BSD-3-Clause"
99
head "https://gitlab.kitware.com/cmake/cmake.git", branch: "master"
1010

1111
livecheck do
1212
formula "cmake"
1313
end
1414

15-
no_autobump! because: :requires_manual_review
16-
1715
bottle do
1816
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"
1917
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"

0 commit comments

Comments
 (0)