summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libalgorithm
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-09-09 20:30:59 -0400
committerKhem Raj <raj.khem@gmail.com>2025-09-09 22:39:24 -0700
commitc36badde67e4f4c6ed0ca4617633a96418ca229f (patch)
treec454f04015e770224bdd0972dd97850c3406ff5f /meta-perl/recipes-perl/libalgorithm
parent49c1d504d6f798afea30b0522a0704a914f0deba (diff)
downloadmeta-openembedded-c36badde67e4f4c6ed0ca4617633a96418ca229f.tar.gz
libalgorithm-diff-perl: upgrade 1.1903 -> 1.201
License-Change: License appears at a different offset in the file. Checksum remains the same. New maintainer. Changes for version 1.201 - 2020-12-13 speed up LCS when $keyGen is undef (RT 101105; thanks, XENU) Changes for version 1.200 - 2020-09-27 new release with no new features, just preparing for a series of bugfix releases Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libalgorithm')
-rw-r--r--meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb (renamed from meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb
index 6d24a6c93b..cd52a5d1b2 100644
--- a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb
+++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.201.bb
@@ -7,13 +7,13 @@ program. It is guaranteed to find the *smallest possible* set of \
7differences. \ 7differences. \
8" 8"
9SECTION = "libs" 9SECTION = "libs"
10HOMEPAGE = "https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901" 10HOMEPAGE = "https://metacpan.org/release/RJBS/Algorithm-Diff-1.201"
11 11
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1676;endline=1680;md5=f6b2fe8ca06ca6faefa4f265fc494c2c" 13LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1671;endline=1675;md5=f6b2fe8ca06ca6faefa4f265fc494c2c"
14 14
15SRC_URI = "${CPAN_MIRROR}/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz" 15SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Algorithm-Diff-${PV}.tar.gz"
16SRC_URI[sha256sum] = "30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751" 16SRC_URI[sha256sum] = "0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d"
17 17
18S = "${UNPACKDIR}/Algorithm-Diff-${PV}" 18S = "${UNPACKDIR}/Algorithm-Diff-${PV}"
19 19