Skip to content

Commit

Permalink
catch2: update description, add head
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jan 18, 2025
1 parent 13f37fb commit 02a1be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/c/catch2.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Catch2 < Formula
desc "Modern, C++-native, header-only, test framework"
desc "Modern, C++-native test framework"
homepage "https://github.com/catchorg/Catch2"
url "https://github.com/catchorg/Catch2/archive/refs/tags/v3.8.0.tar.gz"
sha256 "1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087"
license "BSL-1.0"
head "https://github.com/catchorg/Catch2.git", branch: "devel"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "591ec46514fc1c4e1934b8be1e8592d376864ae7a9f1a0de46c266795b6b98af"
Expand Down

0 comments on commit 02a1be8

Please sign in to comment.