diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-11 01:07:58 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | 82e8d10827cddbc5d68cbe1360e2671db97b9afc (patch) | |
tree | d38fd6ca0792843576387e70f40af6adbc18611e /meta-perl | |
parent | 00923db9dc1debd87601e784f7419b005b8c896e (diff) | |
download | meta-openembedded-82e8d10827cddbc5d68cbe1360e2671db97b9afc.tar.gz |
libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13
0.13 2021-05-03T15:37:39Z
- use --installed option while executing brew --prefix (PR#9
@skaji++)
References:
https://github.com/akiym/Crypt-OpenSSL-Guess/pull/9
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb (renamed from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb index 6f35e39bf..b0a193757 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb | |||
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" | |||
5 | 5 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " | 6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " |
7 | 7 | ||
8 | SRC_URI[md5sum] = "9e86baf96828a38c967003a5e66f0c39" | 8 | SRC_URI[sha256sum] = "87c1dd7f0f80fcd3d1396bce9fd9962e7791e748dc0584802f8d10cc9585e743" |
9 | SRC_URI[sha256sum] = "0a18d18768cf42b49b15c9dea626199dc74346bbbc76acd3d817b9c1d2bd471d" | ||
10 | 9 | ||
11 | DEPENDS += "openssl" | 10 | DEPENDS += "openssl" |
12 | 11 | ||