diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-16 01:22:53 -0700 |
---|---|---|
committer | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-16 01:22:53 -0700 |
commit | e91daf62528ba04d7a6ce6af06d0d0ca4a972281 (patch) | |
tree | 9deb34e0bc16592bdb618834adb376cbe6bdadce /meta-perl/recipes-perl | |
parent | 0a6a20fce4b31d4daee8ca55047216550e46cc37 (diff) | |
download | meta-openembedded-contrib-e91daf62528ba04d7a6ce6af06d0d0ca4a972281.tar.gz |
libcgi-perl: upgrade 4.43 -> 4.44
Upstream release notes:
4.44 2019-06-03
[ ENHANCEMENT ]
- Replace only use of "base" with "parent" (GH #235)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcgi/libcgi-perl_4.44.bb (renamed from meta-perl/recipes-perl/libcgi/libcgi-perl_4.43.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.43.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.44.bb index b4571b27e6..ac88b17c4a 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.43.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.44.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" -SRC_URI[md5sum] = "8c1f2cf11e4410911827ea48d58aaecc" -SRC_URI[sha256sum] = "14b94f9df6e48fc26ebc4fa1e01a7b534cbc1611028a49028f9ac9d8ca27b734" +SRC_URI[md5sum] = "2cbe560fdadbb8b9237744e39bbfc3eb" +SRC_URI[sha256sum] = "12435fb7ebd3585c47b6d60ee4f5c7d6a7c114a2827d2b5acf3d62aa9fcf1208" S = "${WORKDIR}/CGI-${PV}" |