libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204

Changelog:
===========
* Cast isdigit argument as unsigned char
  https://github.com/pmqs/Compress-Raw-Bzip2/pull/9
  967696b4fa91768fa4d46163f46982bc063a175e

* Use GIMME_V instead of GIMME
  https://github.com/pmqs/Compress-Raw-Bzip2/pull/8
  54e3c1e18b61f0892056925240bbc80f76e2f038

* typos
  12496575c17829506cc9c9fa325e31aab1fcd1c7

* Trim trailing spaces from bzip2-src
  https://github.com/pmqs/Compress-Raw-Bzip2/pull/7
  8728d405e8d805cb88685b82a5e5493b62288046

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-03-24 08:25:33 +08:00 committed by Khem Raj
parent 5694cc515d
commit c7422e695c

View File

@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=3cca53585f3090f28fa8401bf1db9179"
LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=85ab0f65a47c4c0f72dd6d033ff74ece"
SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz"
SRC_URI[sha256sum] = "6204b270806d924e124e406faf6bbc715f7bb461dfdbea722042325633be300a"
SRC_URI[sha256sum] = "ee7b490e67e7e2a7a0e8c1e1aa29a9610066149f46b836921149ad1813f70c69"
DEPENDS += "bzip2"