Skip to content

Commit

Permalink
double-conversion: update to 3.2.1.
Browse files Browse the repository at this point in the history
What's Changed

    Disable quiet nan test on windows by @floitsch in #174
    Test on all platforms. by @floitsch in #175
    Fix warnings on Windows by @floitsch in #176
    Run ctests first. by @floitsch in #177
    Give shared-lib option and test install by @floitsch in #179
    Install Windows debbuger (pdb) files. by @floitsch in #178
    Add a cast to silence a signedness conversion warning. by @pkasting in #182
    Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings by @seanm in #185
  • Loading branch information
0-wiz-0 committed Aug 7, 2022
1 parent 396fb2b commit 1215ed9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions math/double-conversion/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/01/16 23:07:47 wiz Exp $
# $NetBSD: Makefile,v 1.5 2022/08/07 07:53:35 wiz Exp $

DISTNAME= double-conversion-3.2.0
DISTNAME= double-conversion-3.2.1
CATEGORIES= math converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions math/double-conversion/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2021/12/07 18:11:02 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2022/08/07 07:53:35 wiz Exp $
include/double-conversion/bignum.h
include/double-conversion/cached-powers.h
include/double-conversion/diy-fp.h
Expand All @@ -16,4 +16,4 @@ lib/cmake/double-conversion/double-conversionTargets-noconfig.cmake
lib/cmake/double-conversion/double-conversionTargets.cmake
lib/libdouble-conversion.so
lib/libdouble-conversion.so.3
lib/libdouble-conversion.so.${PKGVERSION}
lib/libdouble-conversion.so.3.2.0
8 changes: 4 additions & 4 deletions math/double-conversion/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2022/01/16 23:07:47 wiz Exp $
$NetBSD: distinfo,v 1.7 2022/08/07 07:53:35 wiz Exp $

BLAKE2s (double-conversion-3.2.0.tar.gz) = 071e9b851e0062b2a953eeb3c9843cd5bd9d3167460f840d26105aba3a729fe3
SHA512 (double-conversion-3.2.0.tar.gz) = 0670ee70ed2662c6795ec6cf144e0915d805940ea0f49633d17500c496fb241788a0de6f0a9f8eaed5cb74a376f64fe590fa0d883d0676dc2bd2dab288b85e00
Size (double-conversion-3.2.0.tar.gz) = 7031760 bytes
BLAKE2s (double-conversion-3.2.1.tar.gz) = 6d1c66bd3eff5b50e1cf90bb6986cb90459ec5853c0493d173509bb3f37b0abb
SHA512 (double-conversion-3.2.1.tar.gz) = d2feb3098a1d4d6baab5f89bcc29ac2e06d314d552b8c747c6eb6dba5dd165a15dc71200191edb7f05d521c349e12d59cddba3c5db101e1623e0e76e19f21a49
Size (double-conversion-3.2.1.tar.gz) = 7032718 bytes

0 comments on commit 1215ed9

Please sign in to comment.