catch2 2.11.0
Closes #46784. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
8a4117533b
commit
217ee85816
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Catch2 < Formula
|
||||
desc "Modern, C++-native, header-only, test framework"
|
||||
homepage "https://github.com/catchorg/Catch2"
|
||||
url "https://github.com/catchorg/Catch2/archive/v2.10.2.tar.gz"
|
||||
sha256 "79aa46ee6c5a87bc5306bfffc6ecde6a1ad6327715b208ee2e846873f282a494"
|
||||
url "https://github.com/catchorg/Catch2/archive/v2.11.0.tar.gz"
|
||||
sha256 "b9957af46a04327d80833960ae51cf5e67765fd264389bd1e275294907f1a3e0"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue