Update catch2 to 2.1.2
This commit is contained in:
parent
af64d00a20
commit
c3b6a1f559
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/26 20:28:08 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2018/02/10 11:21:09 rsadowski Exp $
|
||||
|
||||
COMMENT = C++-native, header-only, test framework for unit-tests
|
||||
|
||||
GH_ACCOUNT = catchorg
|
||||
GH_PROJECT = Catch2
|
||||
GH_TAGNAME = v2.1.0
|
||||
GH_TAGNAME = v2.1.1
|
||||
|
||||
DISTNAME = catch2-${GH_TAGNAME:S/v//}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (catch2-2.1.0.tar.gz) = qPmAUXSRbCO/We1F9ywhzgkuKEjBOfTG05au61zi37M=
|
||||
SIZE (catch2-2.1.0.tar.gz) = 475638
|
||||
SHA256 (catch2-2.1.1.tar.gz) = xA08gTPJJ0lGBnAH6RGlWw0K0+18WaHyWN/NtoNtjv8=
|
||||
SIZE (catch2-2.1.1.tar.gz) = 481236
|
||||
|
@ -1,7 +1,31 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/01/26 20:28:08 rsadowski Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/02/10 11:21:09 rsadowski Exp $
|
||||
include/catch/
|
||||
include/catch/catch.hpp
|
||||
include/catch/catch_reporter_automake.hpp
|
||||
include/catch/catch_reporter_tap.hpp
|
||||
include/catch/catch_reporter_teamcity.hpp
|
||||
share/doc/Catch2/
|
||||
share/doc/Catch2/Readme.md
|
||||
share/doc/Catch2/assertions.md
|
||||
share/doc/Catch2/build-systems.md
|
||||
share/doc/Catch2/command-line.md
|
||||
share/doc/Catch2/commercial-users.md
|
||||
share/doc/Catch2/configuration.md
|
||||
share/doc/Catch2/contributing.md
|
||||
share/doc/Catch2/event-listeners.md
|
||||
share/doc/Catch2/limitations.md
|
||||
share/doc/Catch2/list-of-examples.md
|
||||
share/doc/Catch2/logging.md
|
||||
share/doc/Catch2/matchers.md
|
||||
share/doc/Catch2/opensource-users.md
|
||||
share/doc/Catch2/own-main.md
|
||||
share/doc/Catch2/release-notes.md
|
||||
share/doc/Catch2/release-process.md
|
||||
share/doc/Catch2/reporters.md
|
||||
share/doc/Catch2/slow-compiles.md
|
||||
share/doc/Catch2/test-cases-and-sections.md
|
||||
share/doc/Catch2/test-fixtures.md
|
||||
share/doc/Catch2/tostring.md
|
||||
share/doc/Catch2/tutorial.md
|
||||
share/doc/Catch2/why-catch.md
|
||||
share/pkgconfig/catch.pc
|
||||
|
Loading…
Reference in New Issue
Block a user