Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Formula/c/cpp-gsl.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
class CppGsl < Formula
desc "Microsoft's C++ Guidelines Support Library"
homepage "https://github.com/Microsoft/GSL"
url "https://github.com/Microsoft/GSL/archive/refs/tags/v4.1.0.tar.gz"
sha256 "0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd"
url "https://github.com/Microsoft/GSL/archive/refs/tags/v4.2.0.tar.gz"
sha256 "2c717545a073649126cb99ebd493fa2ae23120077968795d2c69cbab821e4ac6"
license "MIT"
head "https://github.com/Microsoft/GSL.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "4133296b6d12d22ecc2f1a9dce98820203355a2481cc4dbcbfb1d1e371551a8d"
sha256 cellar: :any_skip_relocation, all: "480c96e8568e4f3ffaeea6e8290842770321092bf1f1e0ce03c3645456cfc275"
end

depends_on "cmake" => :build
Expand Down
Loading