diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-29 13:15:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:45 +0700 |
commit | faa1335428ce5ac150002287dcf75155a3fe20d2 (patch) | |
tree | 924bcda662def38838cf31fce147c4dab91b7180 /perl/perl-GD/perl-GD.SlackBuild | |
parent | fe25a9fd5bdc1964d1e25c66b9794c20e7f944ae (diff) |
perl/perl-GD: Updated for version 2.69.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-GD/perl-GD.SlackBuild')
-rw-r--r-- | perl/perl-GD/perl-GD.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-GD/perl-GD.SlackBuild b/perl/perl-GD/perl-GD.SlackBuild index 4f1fe69a28..87e2c117dc 100644 --- a/perl/perl-GD/perl-GD.SlackBuild +++ b/perl/perl-GD/perl-GD.SlackBuild @@ -6,15 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20180611 bkw: -# - update for v2.68 - +# 20180829 bkw: update for v2.69 +# 20180611 bkw: update for v2.68 # 20180228 bkw: # - fix build on 32-bit. Thanks to idlemoor for the bug report. # - add FASTCGI option PRGNAM=perl-GD -VERSION=${VERSION:-2.68} +VERSION=${VERSION:-2.69} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |