diff options
author | taca <taca@pkgsrc.org> | 2021-11-23 14:14:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-11-23 14:14:03 +0000 |
commit | beae0918e309d068cb1ecfe9f66718b4e7b199fc (patch) | |
tree | c0fe504481b603c1ce7d23473ae8f4e7301f3ec8 | |
parent | bfeae67831494f089850bb0c8bed1ea6a242c9d7 (diff) | |
download | pkgsrc-beae0918e309d068cb1ecfe9f66718b4e7b199fc.tar.gz |
devel/ruby-i18n: update to 1.8.11
1.8.11 (2021-11-02)
What's Changed
* Fix typo in documentation by @rkh in #565
* Improve available locale check in Simple backend by @codealchemy in #566
* Fix typo in Simple backend JSON test by @codealchemy in #572
* Fix a build error when using Psych 4.0 by @koic in #569
New Contributors
* @rkh made their first contribution in #565
* @codealchemy made their first contribution in #566
* @koic made their first contribution in #569
-rw-r--r-- | devel/ruby-i18n/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-i18n/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-i18n/Makefile b/devel/ruby-i18n/Makefile index 03f405866fb..020ea84f9ee 100644 --- a/devel/ruby-i18n/Makefile +++ b/devel/ruby-i18n/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/05/04 14:11:36 taca Exp $ +# $NetBSD: Makefile,v 1.25 2021/11/23 14:14:03 taca Exp $ -DISTNAME= i18n-1.8.10 +DISTNAME= i18n-1.8.11 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-i18n/distinfo b/devel/ruby-i18n/distinfo index 58f2eff8ca7..39bb2ee8d28 100644 --- a/devel/ruby-i18n/distinfo +++ b/devel/ruby-i18n/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2021/10/26 10:19:34 nia Exp $ +$NetBSD: distinfo,v 1.27 2021/11/23 14:14:03 taca Exp $ -BLAKE2s (i18n-1.8.10.gem) = ae782664e1a0ebe7f58b0277b66975335c98e5099cb74d5b764e7237b92cde19 -SHA512 (i18n-1.8.10.gem) = 1b1badd8741a2789699809531cfa09ac43a5cd4a863c7be520d4aa03e44377cb0d9456487aeae0981892fba4d312ad1a1327658b86bb606a8c3d40a6ec0d1c87 -Size (i18n-1.8.10.gem) = 41984 bytes +BLAKE2s (i18n-1.8.11.gem) = 1df53328cacb8dae4b62dc280fc5d704ad7b3485c94ee80f2d6366f384d95fa4 +SHA512 (i18n-1.8.11.gem) = c944467f5c673fbd8f4292bdfcea3d12262f6a5e29307565830c3fa3d57a07009555c422ddf0cf5fefc9d83851b9c4e8204e8f72ae36f4d9b17f970da858098e +Size (i18n-1.8.11.gem) = 41984 bytes |