diff options
author | B. Watson <urchlay@slackware.uk> | 2023-08-23 02:23:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:30 +0700 |
commit | 123ae4c8df0a368664f2e61fe7c4f33de5534351 (patch) | |
tree | dd33cb5545eec3145c578cfc5bc3b33f8f9fc3b1 /perl/perl-GD | |
parent | b6162805b77578d9c7d222d559971089a4239cd9 (diff) |
perl/perl-GD: Updated for version 2.78.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-GD')
-rw-r--r-- | perl/perl-GD/perl-GD.SlackBuild | 3 | ||||
-rw-r--r-- | perl/perl-GD/perl-GD.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-GD/perl-GD.SlackBuild b/perl/perl-GD/perl-GD.SlackBuild index ec85b18bfde5..8e1417d63a82 100644 --- a/perl/perl-GD/perl-GD.SlackBuild +++ b/perl/perl-GD/perl-GD.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230822 bkw: update for v2.78. # 20230531 bkw: update for v2.77. # 20230105 bkw: update for v2.76. 'make test' works OK now, uncommented. @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-GD -VERSION=${VERSION:-2.77} +VERSION=${VERSION:-2.78} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/perl-GD/perl-GD.info b/perl/perl-GD/perl-GD.info index 711d78d72eec..496d439fedc8 100644 --- a/perl/perl-GD/perl-GD.info +++ b/perl/perl-GD/perl-GD.info @@ -1,8 +1,8 @@ PRGNAM="perl-GD" -VERSION="2.77" +VERSION="2.78" HOMEPAGE="https://metacpan.org/pod/GD" -DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-2.77.tar.gz" -MD5SUM="da3f969367ea2e6d217ec05d3b98bc6f" +DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-2.78.tar.gz" +MD5SUM="e3419198517a1679b5a6a95b60805c3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-extutils-pkgconfig" |