Skip to content

Commit

Permalink
libencode-perl: upgrade 3.16 -> 3.17
Browse files Browse the repository at this point in the history
Changelog:
==========
! bin/enc2xs t/enc_data.t t/enc_module.t t/encoding.t t/jperl.t
  Pulled: Fix Issue openembedded#144, spurious warnings from -Wc++-compate,
   and a few related nits
  dankogai/p5-encode#168
! MANIFEST
  add t/utf32warnings.t which was missing
! t/taint.t
  Pulled: Skip taint tests if your perl was built without taint support
  dankogai/p5-encode#167
! Unicode/Unicode.pm
  Pulled: fix link to Unicode standard
  dankogai/p5-encode#165
! t/Unicode_trailing_nul.t
  Pulled: Use note() instead of diag()
  dankogai/p5-encode#164

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Apr 25, 2022
1 parent 8e926e2 commit a21bab9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://META.json;beginline=8;endline=10;md5=b12e3be1e17a7e99ca4f429ff32c28b5"

SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
SRC_URI[sha256sum] = "e5e91d98a97de70dccecc2a25d049a0b5f5f12228c618680020d73043355294c"
SRC_URI[sha256sum] = "b44cbf7dd60ec6128ec575dd348484975086522611bc7580cfd305a095faa6d2"

UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"

Expand Down

0 comments on commit a21bab9

Please sign in to comment.