Skip to content

Commit 7e586ec

Browse files
authored
Merge pull request Homebrew#226897 from botantony/cmake
cmake cmake-docs 4.0.3
2 parents 268f160 + be43bef commit 7e586ec

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
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: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
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
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"
21-
sha256 cellar: :any_skip_relocation, sonoma: "01011f228e4eee6a204848b92e7e148143020695407919e6137dfd21f0f05cd2"
22-
sha256 cellar: :any_skip_relocation, ventura: "01011f228e4eee6a204848b92e7e148143020695407919e6137dfd21f0f05cd2"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "18befc0d468df5072a1cacd64d34e0a8ec2ab515e3c7303712d50819538af840"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4"
19+
sha256 cellar: :any_skip_relocation, sonoma: "07e4f72f6c511546b10cd2c8391b87d9bae3d992df206ab178c11107e3df6a53"
20+
sha256 cellar: :any_skip_relocation, ventura: "07e4f72f6c511546b10cd2c8391b87d9bae3d992df206ab178c11107e3df6a53"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2142bc1d03de7ca94f6d84fb330359a90ea95117d99f2a86312d0503383089e4"
2523
end
2624

2725
depends_on "cmake" => :build

Formula/c/cmake.rb

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Cmake < Formula
22
desc "Cross-platform make"
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

@@ -16,17 +16,15 @@ class Cmake < Formula
1616
regex(/href=.*?cmake[._-]v?(\d+(?:\.\d+)+)\.t/i)
1717
end
1818

19-
no_autobump! because: :requires_manual_review
20-
2119
bottle do
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bd4605b03b0dbf10d547e2ffa34166acd8e77f8f76dac0485d5376715829130"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fd627884d0c2819a5c1c100ca7352247c40ca0bd811237139fb50606d78db23"
24-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f4182d37a97d4c4979c9ad22ab7036faa4d965210b9285c0a20144be02578ee6"
25-
sha256 cellar: :any_skip_relocation, sequoia: "91841ca89f8807fe911dfc60d8d72775119dfbe0c105fe4f4793fc59ec281954"
26-
sha256 cellar: :any_skip_relocation, sonoma: "a5999889dd5a97f189fd7ff78b9036cf60c10dc72905c7384f743722d214c460"
27-
sha256 cellar: :any_skip_relocation, ventura: "5b5d12bb69a5bae6ea3ea7ddf0c7356db688959337cdb52f7bb66dc7ca2a1807"
28-
sha256 cellar: :any_skip_relocation, arm64_linux: "9248442ee82a1b3fac2e9b067b0bbe618e400c90947663e706d0d1a1a122133f"
29-
sha256 cellar: :any_skip_relocation, x86_64_linux: "23429f1cc5f10a318bc8ad42eeb32396b09e0a4f56f28535eb06b606bbde987c"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6124f0c7ce811d84ee72b8906d82557f33522dcac631aec7206cdfa8c90835ac"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92655164f419333c09208118dbb2c89d61cc5488de19373302e2b8d3dfec34bc"
22+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9db96b2241404442d0d49a8c9fd051a43f6080d26b7468e7ddccf332fe584a4d"
23+
sha256 cellar: :any_skip_relocation, sequoia: "df8668b731eb910277fa8bd6fb56b8f27b37e8ccdf77d337c7d760778a29f8b5"
24+
sha256 cellar: :any_skip_relocation, sonoma: "55a06f768313e23e0914101dd6f5f71589c5c9ae6de94a1a5d96d898570a926c"
25+
sha256 cellar: :any_skip_relocation, ventura: "dc93b4885174dc8c41727e97a3e3ef1429d74e66c8923d450f3edf04d9564055"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "adb9684730c9d663a911f58aec26cb6d5ad0f9b1e722462929d07db018a5a69f"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b68d09d2c87ea29265b2353d97eb7a416e6448eb2910afe93605c096ce026e41"
3028
end
3129

3230
uses_from_macos "ncurses"

0 commit comments

Comments
 (0)