Skip to content

Commit

Permalink
(devel/check) Updated 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Sat Oct 20, 2019: Released Check 0.13.0
  based on hash 2b18886a9a9d3bab44917a550d12128ad7e2c197

* configure: optional build documentation
  Issue #206 (GitHub)

* missing <unistd.h> in some files
  Issue #196 and Issue #186 (GitHub)

* Varous documentation improvements

* END_TEST is now optional, as how START_TEST works has been redone
  Issue #158

* Various CMake related changes:
  - Support exporting Check to other projects with CMake 3
    Issue #185
  - Shared library support for Visual Studio
    Issue #220
  - Fix wrong library filename
    Issue #226
  - Add support for CMake package registry
    Issue #227
  - CMake build type can now be debug or release
    Issue #228
  - Add checkmk to CMake build.
  • Loading branch information
mef committed Nov 23, 2019
1 parent a0f9ac5 commit 2592d5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/check/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.23 2018/04/04 11:46:25 jperkin Exp $
# $NetBSD: Makefile,v 1.24 2019/11/23 07:08:29 mef Exp $
#

DISTNAME= check-0.12.0
DISTNAME= check-0.13.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libcheck/}

Expand Down
10 changes: 5 additions & 5 deletions devel/check/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.18 2018/03/30 19:16:55 schmonz Exp $
$NetBSD: distinfo,v 1.19 2019/11/23 07:08:29 mef Exp $

SHA1 (check-0.12.0.tar.gz) = 2c10a4c09af75f32d58239097ab249ec60f38e88
RMD160 (check-0.12.0.tar.gz) = bc2246f95268ae3dc0b45a9fed6832ab3dce7836
SHA512 (check-0.12.0.tar.gz) = f7b6452b69f999a90e86a8582d980c0c1b74ba5629ee34455724463ba62bfe3501ad0415aa771170f5c638a7a253f123bf87cbef25aadc6569a7a3a4d10fce90
Size (check-0.12.0.tar.gz) = 281127 bytes
SHA1 (check-0.13.0.tar.gz) = 6c865bbc1330aae9b1c07520a83f2db51a3df3dc
RMD160 (check-0.13.0.tar.gz) = 478133ab1544cc33abb34ecbf1a3876c86a61830
SHA512 (check-0.13.0.tar.gz) = 7943021c5bc3b5ca7bc552f6fe1287e384724d69e5bb128d58256692e810b194e506fc1b65ea4fed27d065e2176e7371483e918beb48125abfe3b6f1ca68eb8f
Size (check-0.13.0.tar.gz) = 301386 bytes

0 comments on commit 2592d5e

Please sign in to comment.