mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 18:33:48 +08:00
package/perl-gd: bump to version 2.77
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f2b5dc42ab
commit
392f88becd
@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_GD
|
|||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_GD
|
select BR2_PACKAGE_GD
|
||||||
help
|
help
|
||||||
Perl interface to the gd2 graphics library.
|
Perl interface to the libgd graphics library.
|
||||||
|
|
||||||
https://metacpan.org/release/GD
|
https://metacpan.org/release/GD
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
# retrieved by scancpan from https://cpan.metacpan.org/
|
||||||
md5 fb4bacab10ed4f28d52c2aabdaf866bb GD-2.76.tar.gz
|
md5 da3f969367ea2e6d217ec05d3b98bc6f GD-2.77.tar.gz
|
||||||
sha256 693d9e3d709e9188a682cb9090a77b70aac12a04e84128677577b94e4331775b GD-2.76.tar.gz
|
sha256 b56c88b8ef3be016ce29bb62dd1f1b6f6b5fbcaa57fea59e9468af6901016fb5 GD-2.77.tar.gz
|
||||||
|
|
||||||
# computed by scancpan
|
# computed by scancpan
|
||||||
sha256 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f LICENSE
|
sha256 1e2250289d6df4ba1c24f7550982d7ffaff2c97cd02e847659406e1afd28e83f LICENSE
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PERL_GD_VERSION = 2.76
|
PERL_GD_VERSION = 2.77
|
||||||
PERL_GD_SOURCE = GD-$(PERL_GD_VERSION).tar.gz
|
PERL_GD_SOURCE = GD-$(PERL_GD_VERSION).tar.gz
|
||||||
PERL_GD_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
|
PERL_GD_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
|
||||||
PERL_GD_DEPENDENCIES = host-perl-extutils-pkgconfig zlib gd
|
PERL_GD_DEPENDENCIES = host-perl-extutils-pkgconfig zlib gd
|
||||||
|
Loading…
Reference in New Issue
Block a user