diff options
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libcrypt-rijndael-perl_1.08.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libcrypt-rijndael-perl_1.08.bb b/recipes/perl/libcrypt-rijndael-perl_1.08.bb index c74402e410..f289d06dc8 100644 --- a/recipes/perl/libcrypt-rijndael-perl_1.08.bb +++ b/recipes/perl/libcrypt-rijndael-perl_1.08.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" DEPENDS += "expat expat-native" PR = "r0" -SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-${PV}.tar.gz" +SRC_URI = "http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Crypt-Rijndael-${PV}.tar.gz" S = "${WORKDIR}/Crypt-Rijndael-${PV}" |