summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb')
-rw-r--r--meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
index 4493a7e5e5..793889de6d 100644
--- a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
+++ b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
@@ -7,7 +7,7 @@ of each line shows the printable characters \
7(all others are shown as single dots).\ 7(all others are shown as single dots).\
8" 8"
9 9
10HOMEPAGE = "http://search.cpan.org/~ftassin/Data-HexDump-0.02/lib/Data/HexDump.pm" 10HOMEPAGE = "https://metacpan.org/pod/Data::HexDump"
11SECTION = "libs" 11SECTION = "libs"
12 12
13LICENSE = "Artistic-1.0" 13LICENSE = "Artistic-1.0"
@@ -15,13 +15,12 @@ LIC_FILES_CHKSUM = "file://lib/Data/HexDump.pm;beginline=215;endline=217;md5=bf1
15 15
16DEPENDS = "perl" 16DEPENDS = "perl"
17 17
18SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \ 18SRC_URI = "${CPAN_MIRROR}/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \
19 file://run-ptest \ 19 file://run-ptest \
20" 20"
21SRC_URI[md5sum] = "467b7183d1062ab4a502b50c34e7d67f"
22SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70" 21SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70"
23 22
24S = "${WORKDIR}/Data-HexDump-${PV}" 23S = "${UNPACKDIR}/Data-HexDump-${PV}"
25 24
26inherit cpan ptest update-alternatives 25inherit cpan ptest update-alternatives
27 26