diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2012-11-17 18:17:16 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-11-17 18:28:53 +0100 |
commit | b86c4d88c56204b3f16b676912a38b0e66980853 (patch) | |
tree | 84aa2bfcbbdce7a6de8f3aae3fd13da829acf816 /perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild | |
parent | c5476023d10e48fdd536c12aa4e42cea5766258d (diff) | |
download | slackbuilds-b86c4d88c56204b3f16b676912a38b0e66980853.tar.gz |
perl/perl-Authen-SASL: Updated for version 2.16.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild')
-rw-r--r-- | perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild index aa7cb3d4bc..7d193ed74c 100644 --- a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild +++ b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -e -# Copyright (c) 2010 Daniel LEVAI +# Copyright (c) 2010, 2011, 2012 Daniel LEVAI # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,8 +29,8 @@ SRCNAM=Authen-SASL PRGNAM=perl-$SRCNAM -VERSION=2.15 -BUILD=${BUILD:-2} +VERSION=2.16 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |