Skip to content

Commit 92775d9

Browse files
authored
Merge pull request #209358 from Homebrew/bump-cpp-gsl-4.2.0
cpp-gsl 4.2.0
2 parents d145431 + 583408a commit 92775d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/c/cpp-gsl.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
class CppGsl < Formula
22
desc "Microsoft's C++ Guidelines Support Library"
33
homepage "https://github.com/Microsoft/GSL"
4-
url "https://github.com/Microsoft/GSL/archive/refs/tags/v4.1.0.tar.gz"
5-
sha256 "0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd"
4+
url "https://github.com/Microsoft/GSL/archive/refs/tags/v4.2.0.tar.gz"
5+
sha256 "2c717545a073649126cb99ebd493fa2ae23120077968795d2c69cbab821e4ac6"
66
license "MIT"
77
head "https://github.com/Microsoft/GSL.git", branch: "main"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, all: "4133296b6d12d22ecc2f1a9dce98820203355a2481cc4dbcbfb1d1e371551a8d"
10+
sha256 cellar: :any_skip_relocation, all: "480c96e8568e4f3ffaeea6e8290842770321092bf1f1e0ce03c3645456cfc275"
1211
end
1312

1413
depends_on "cmake" => :build

0 commit comments

Comments
 (0)