diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-11-01 20:55:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-07 08:39:05 -0800 |
commit | 9fbc1bdc4b111e9ed71b8cf7c5ca1335f8a3c814 (patch) | |
tree | 0be47830563fa17a1d7cab0c7d05ce5fb3703431 /meta-perl | |
parent | 80549edfac175d52e9adc86e653bc545740e211f (diff) | |
download | meta-openembedded-9fbc1bdc4b111e9ed71b8cf7c5ca1335f8a3c814.tar.gz |
libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201
https://metacpan.org/dist/Compress-Raw-Bzip2/changes
License-Update: Update copyright years.
2.201 25 June 2022
* 2.201
Sat Jun 25 08:46:32 2022 +0100
92a318bb03b85e2dcb4991f4b958fbce6ce9913f
* Add perl 5.36
Sun Jun 5 13:45:55 2022 +0100
23064d78dcd14f0898aeb64ce408914dac0805a0
* 2.103 3 April 2022
* Silence uninitialized warnings
https://github.com/pmqs/Compress-Raw-Bzip2/pull/5
ff3d907325091287ac1525db384b99a968d763d7
641a440ec6229c1d368b9ead48f4968b955c0115
* 2.101 20 February 2021
* fix version numbers in meta files
* 2.100 7 January 2021
* trim whitespace
f5bb5c5d254f2a9ac6c6e67a5a4823d0f67e7ecb
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb (renamed from meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb index 238c98885..e7cc6a169 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb | |||
@@ -5,12 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2" | |||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=33084b7f607ba5d38a64b22f8e332f87" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=3cca53585f3090f28fa8401bf1db9179" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "4fdb7ea5071e4b774c52c37331386355" | 12 | SRC_URI[sha256sum] = "6204b270806d924e124e406faf6bbc715f7bb461dfdbea722042325633be300a" |
13 | SRC_URI[sha256sum] = "a564e7634eca7740c5487d01effe1461e9e51b8909e69b3d8f5be98997958cbe" | ||
14 | 13 | ||
15 | DEPENDS += "bzip2" | 14 | DEPENDS += "bzip2" |
16 | 15 | ||