Skip to content

Commit

Permalink
devel/ruby-locale: update to 2.1.4
Browse files Browse the repository at this point in the history
* Update HOMEPAGE.

2.1.4 (2024-03-18)

Fixes

* Locale::Middleware: Fixed a bug that lang cookie and
  Accept-Language/Accept-Charset HTTP headers never used.

    - GH-15
    - GH-16
    - Patch by OZAWA Sakuro

Thanks

* OZAWA Sakuro
  • Loading branch information
taca committed Mar 24, 2024
1 parent 59d8950 commit d29cf2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-locale/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.9 2020/03/23 15:36:04 taca Exp $
# $NetBSD: Makefile,v 1.10 2024/03/24 14:09:03 taca Exp $

DISTNAME= locale-2.1.3
DISTNAME= locale-2.1.4
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ruby-gettext.github.com/
HOMEPAGE= https://ruby-gettext.github.io/
COMMENT= Pure ruby library which provides basic APIs for localization
LICENSE= ruby-license OR gnu-lgpl-v3

Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-locale/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2021/10/26 10:19:36 nia Exp $
$NetBSD: distinfo,v 1.10 2024/03/24 14:09:03 taca Exp $

BLAKE2s (locale-2.1.3.gem) = 6d1c649842d063511789883c22fb9ddc29b441c628d36c06176cf113d5e4b46e
SHA512 (locale-2.1.3.gem) = 09e305e4aa3359eebe87ceef1c4cdd8ad87c57d08daafb3c0bcdc31c05a82784ae0e2b2e5113dea5fbd22b641e707961d880f4274f36454ec7b2927ba396f986
Size (locale-2.1.3.gem) = 103936 bytes
BLAKE2s (locale-2.1.4.gem) = f86e91d49650837d33a5b5dea99932ab8d453a5f31798357a2ed2d451fd50b17
SHA512 (locale-2.1.4.gem) = 391e07ea2116b00cf2b93c06512b9076b4b0739c8fb4959eb2fbb248fefc999103ddb69450aed5e4db281c57df7dd669c81db470f1f94d4d13ff3f2adb32ea23
Size (locale-2.1.4.gem) = 103936 bytes

0 comments on commit d29cf2e

Please sign in to comment.