diff options
author | David Somero <dsomero@hotmail.com> | 2013-11-05 19:56:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 01:00:02 -0600 |
commit | 11f533fcb1a927969011824006a5b48695246e3e (patch) | |
tree | 42a8538dc56487bd34c8e8929f6cc10cfe00e70b | |
parent | 4f40723aa5eca920691bcc751e1a966641ae79ec (diff) | |
download | slackbuilds-11f533fcb1a927969011824006a5b48695246e3e.tar.gz |
perl/perl-Package-Stash: Updated for version 0.35.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | perl/perl-Package-Stash/perl-Package-Stash.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Package-Stash/perl-Package-Stash.info | 10 | ||||
-rw-r--r-- | perl/perl-Package-Stash/slack-desc | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild b/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild index 766fdb7063..533f23d467 100644 --- a/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild +++ b/perl/perl-Package-Stash/perl-Package-Stash.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Package-Stash -VERSION=${VERSION:-0.33} +VERSION=${VERSION:-0.35} 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 diff --git a/perl/perl-Package-Stash/perl-Package-Stash.info b/perl/perl-Package-Stash/perl-Package-Stash.info index cabd00c906..ad83119fb6 100644 --- a/perl/perl-Package-Stash/perl-Package-Stash.info +++ b/perl/perl-Package-Stash/perl-Package-Stash.info @@ -1,10 +1,10 @@ PRGNAM="perl-Package-Stash" -VERSION="0.33" -HOMEPAGE="http://search.cpan.org/~doy/Package-Stash/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/Package-Stash-0.33.tar.gz" -MD5SUM="fe1f6efa0dbd46f8520903b436f185f1" +VERSION="0.35" +HOMEPAGE="http://search.cpan.org/dist/Package-Stash/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-0.35.tar.gz" +MD5SUM="423e99f76382cb71119f5f3a69c1e29e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="perl-Dist-CheckConflicts perl-Package-DeprecationManager perl-Package-Stash-XS" +REQUIRES="perl-Dist-CheckConflicts perl-Package-DeprecationManager perl-Package-Stash-XS perl-Module-Implementation" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" diff --git a/perl/perl-Package-Stash/slack-desc b/perl/perl-Package-Stash/slack-desc index f0af3013c6..f62224dfa5 100644 --- a/perl/perl-Package-Stash/slack-desc +++ b/perl/perl-Package-Stash/slack-desc @@ -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-Package-Stash: perl-Package-Stash (perl module) |