Skip to content

Commit

Permalink
net/ruby-domain_name: update to 0.6.20240107
Browse files Browse the repository at this point in the history
0.6.20240107 (2024-01-09)

* Update the eTLD database to 2024-01-07 11:25:45 UTC

Closed issues:

* git tag v0.6.20231109 is missing #25
* Unicode Normalization not appropriate for ASCII-8BIT #23

Merged pull requests:

* Fix regression: Allow DomainName.normalize to accept ASCII-only,
  non-unicode encoded input #27 (tisba)
  • Loading branch information
taca committed Feb 3, 2024
1 parent 8b641c1 commit b5306ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions net/ruby-domain_name/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2023/12/17 14:31:21 taca Exp $
# $NetBSD: Makefile,v 1.20 2024/02/03 16:02:33 taca Exp $

DISTNAME= domain_name-0.6.20231109
DISTNAME= domain_name-0.6.20240107
CATEGORIES= net

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions net/ruby-domain_name/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.21 2023/12/17 14:31:21 taca Exp $
$NetBSD: distinfo,v 1.22 2024/02/03 16:02:33 taca Exp $

BLAKE2s (domain_name-0.6.20231109.gem) = 8bbbf3e273515820d10cf613c723ce98db41d293580e93fd426a7c902f160311
SHA512 (domain_name-0.6.20231109.gem) = 8d9dff3943001b340d1c19303291a19b284e6f7d0165413fbd797804dc9ff13c92b09a66efdded2489961a54105f2eed91043cdde279bef4bf82628c822d9257
Size (domain_name-0.6.20231109.gem) = 148480 bytes
BLAKE2s (domain_name-0.6.20240107.gem) = 8db7959f23e397b23f997a7d2f00c1461c561550a2d5be23a92408d6a651e6f3
SHA512 (domain_name-0.6.20240107.gem) = 9911389bdfdae984f697726cd7feff5a41b944a98982cfa76d49002c4f64e51d0ec7db6259eddc97fecbcc13c9723134af26b83e050c31943dc8495866874d59
Size (domain_name-0.6.20240107.gem) = 148480 bytes

0 comments on commit b5306ab

Please sign in to comment.