mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-Dist-CheckConflicts: Updated for version 0.09.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
34d505ee2d
commit
7d03efcfcd
3 changed files with 11 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Dist-CheckConflicts
|
||||
VERSION=${VERSION:-0.02}
|
||||
VERSION=${VERSION:-0.09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,7 +59,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Dist-CheckConflicts"
|
||||
VERSION="0.02"
|
||||
HOMEPAGE="http://search.cpan.org/~doy/Dist-CheckConflicts/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/Dist-CheckConflicts-0.02.tar.gz"
|
||||
MD5SUM="64b8d342ba11336b2969c274a60bbc5f"
|
||||
VERSION="0.09"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Dist-CheckConflicts/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-0.09.tar.gz"
|
||||
MD5SUM="2e298121df2d0dc134c36f16d5877233"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-List-MoreUtils perl-Sub-Exporter perl-Test-Fatal"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
perl-Dist-CheckConflicts: perl-Dist-CheckConflicts (perl module)
|
||||
|
|
Loading…
Reference in a new issue