mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-file-basedir: Updated for version 0.09.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3aaae2943b
commit
11548ddc06
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for perl-file-basedir.
|
||||
#
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de janeiro, Brazil
|
||||
# Copyright 2015-2022 Edinaldo P. Silva, Rio de janeiro, Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-file-basedir
|
||||
VERSION=${VERSION:-0.08}
|
||||
VERSION=${VERSION:-0.09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-file-basedir"
|
||||
VERSION="0.08"
|
||||
VERSION="0.09"
|
||||
HOMEPAGE="https://metacpan.org/pod/File::BaseDir"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/File-BaseDir-0.08.tar.gz"
|
||||
MD5SUM="667a7faa144c0c9a22b4421ed395fe89"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-BaseDir-0.09.tar.gz"
|
||||
MD5SUM="9f0cec6783602f8f44f9226769992b66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-File-Which perl-Module-Build perl-IPC-System-Simple"
|
||||
|
|
Loading…
Reference in a new issue