diff options
Diffstat (limited to 'meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb')
-rw-r--r-- | meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb index f4ce3131de..889b6b655b 100644 --- a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb +++ b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | |||
@@ -6,7 +6,7 @@ handy functions for working with terminals. One of the main goals is to \ | |||
6 | have the functions as portable as possible, so you can just plug in 'use \ | 6 | have the functions as portable as possible, so you can just plug in 'use \ |
7 | Term::ReadKey' on any architecture and have a good likelihood of it \ | 7 | Term::ReadKey' on any architecture and have a good likelihood of it \ |
8 | working." | 8 | working." |
9 | HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-${PV}" | 9 | HOMEPAGE = "https://metacpan.org/release/JSTOWE/TermReadKey-2.38" |
10 | SECTION = "libraries" | 10 | SECTION = "libraries" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://README;md5=c275db663c8489a5709ebb22b185add5" | |||
14 | 14 | ||
15 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "b2b4aab7a0e6bddb7ac3b21ba637482c" | ||
18 | SRC_URI[sha256sum] = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" | 17 | SRC_URI[sha256sum] = "5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290" |
19 | 18 | ||
20 | S = "${WORKDIR}/TermReadKey-${PV}" | 19 | S = "${UNPACKDIR}/TermReadKey-${PV}" |
21 | 20 | ||
22 | UPSTREAM_CHECK_URI = "https://metacpan.org/release/TermReadKey" | 21 | UPSTREAM_CHECK_URI = "https://metacpan.org/release/TermReadKey" |
23 | UPSTREAM_CHECK_REGEX = "TermReadKey\-(?P<pver>(\d+\.\d+))(?!_\d+)\.tar.gz" | 22 | UPSTREAM_CHECK_REGEX = "TermReadKey\-(?P<pver>(\d+\.\d+))(?!_\d+)\.tar.gz" |