summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb')
-rw-r--r--meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb
index 29118129ad..15f8b3f81e 100644
--- a/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb
+++ b/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb
@@ -10,17 +10,16 @@ width of the first character of the given string and mbswidth() gives the \
10width of the whole given string." 10width of the whole given string."
11SECTION = "libs" 11SECTION = "libs"
12 12
13HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/" 13HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-CharWidth-0.04"
14 14
15LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 15LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
16LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db" 16LIC_FILES_CHKSUM = "file://README;md5=d8d54c8c500cbdd57a4c15911d9d96db"
17 17
18SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz" 18SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz"
19 19
20SRC_URI[md5sum] = "37a723df0580c0758c0ee67b37336c15"
21SRC_URI[sha256sum] = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8" 20SRC_URI[sha256sum] = "abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8"
22 21
23S = "${WORKDIR}/Text-CharWidth-${PV}" 22S = "${UNPACKDIR}/Text-CharWidth-${PV}"
24 23
25inherit cpan 24inherit cpan
26 25