Skip to content

Commit

Permalink
(devel/p5-Type-Tiny-XS) Updated from 0.014 to 0.016
Browse files Browse the repository at this point in the history
0.016   2019-09-05
 [ Bug Fixes ]
  - Fix Int check on large unsigned integers.
    Graham Knop++
   <tobyink/p5-type-tiny-xs#9>

0.015   2019-09-03
 [ Bug Fixes ]
  - Casting a non-integer number to an integer elsewhere mistakenly caused
    the Int check to think the non-integer was an integer.
    Curtis "Ovid" Poe++
    <tobyink/p5-type-tiny-xs#8>
  • Loading branch information
mef committed Nov 2, 2019
1 parent 74596f9 commit 42d2903
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Type-Tiny-XS/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2019/08/11 13:20:42 wiz Exp $
# $NetBSD: Makefile,v 1.9 2019/11/02 11:21:49 mef Exp $

DISTNAME= Type-Tiny-XS-0.014
DISTNAME= Type-Tiny-XS-0.016
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Type-Tiny-XS/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2018/05/25 03:21:31 wen Exp $
$NetBSD: distinfo,v 1.4 2019/11/02 11:21:49 mef Exp $

SHA1 (Type-Tiny-XS-0.014.tar.gz) = b357f8a85682b131ec29ae417294799fd890abf5
RMD160 (Type-Tiny-XS-0.014.tar.gz) = e4d5c616dc8023381a6e9f3f3bbada1df86b2828
SHA512 (Type-Tiny-XS-0.014.tar.gz) = 725cdf3fdf2d7939f44593e874dab79c46fc99ac8af35139e3f921bb34099ae75ccd6156f136476276aea1abd58ee3a212744ec8edb23fdde5c3c4d75c5f5579
Size (Type-Tiny-XS-0.014.tar.gz) = 76772 bytes
SHA1 (Type-Tiny-XS-0.016.tar.gz) = 63f8c69e0c0a13b8ff5101a8359eb4260fe8adda
RMD160 (Type-Tiny-XS-0.016.tar.gz) = 7b53c60078c73ed7adfc95b02b3073f9338349f5
SHA512 (Type-Tiny-XS-0.016.tar.gz) = a21e2d9f08f734d27c14dfa7385c2a6c7309436b650be7d2607e400d039b77a5e4db9197f829dd9d848966dcdd8f2f0de93fc51ed2207d09dd53fe03d7b28697
Size (Type-Tiny-XS-0.016.tar.gz) = 78204 bytes

0 comments on commit 42d2903

Please sign in to comment.