diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-14 14:27:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:21 +0700 |
commit | 152ef1a835a17d5e1ac7a0bbdff1385b7121e82a (patch) | |
tree | a52bc323bf506045b090a514854ca1980f1cd40e /perl/perl-image-bmp/perl-image-bmp.SlackBuild | |
parent | 9c71a17d66e93a17153865b7a9fab03007493b38 (diff) |
perl/perl-image-bmp: Updated for version 1.26.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-image-bmp/perl-image-bmp.SlackBuild')
-rw-r--r-- | perl/perl-image-bmp/perl-image-bmp.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl/perl-image-bmp/perl-image-bmp.SlackBuild b/perl/perl-image-bmp/perl-image-bmp.SlackBuild index 26523d47a2..a919c0fb92 100644 --- a/perl/perl-image-bmp/perl-image-bmp.SlackBuild +++ b/perl/perl-image-bmp/perl-image-bmp.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240814 bkw: update for v1.26. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-image-bmp -VERSION=${VERSION:-1.19} +VERSION=${VERSION:-1.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |