diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb index 43b5b60ef6..f5b87ff896 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |||
@@ -7,17 +7,16 @@ and variables to Perl values." | |||
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" | 10 | HOMEPAGE = "https://metacpan.org/release/SMUELLER/ExtUtils-ParseXS-3.35" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" |
14 | 14 | ||
15 | SRCNAME = "ExtUtils-ParseXS" | 15 | SRCNAME = "ExtUtils-ParseXS" |
16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" |
17 | SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16" | ||
18 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" | 17 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" |
19 | 18 | ||
20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 19 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
21 | 20 | ||
22 | inherit cpan | 21 | inherit cpan |
23 | 22 | ||