summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-10-15 17:18:55 +0000
committer Eric Hameleers <alien@slackware.com>2013-10-15 17:18:55 +0000
commitecc1b9e7b91d0136ce366715f368143bec5ce8d8 (patch)
tree2b2529a82613e6e1e2185e7640e30f6109d6c38f
parentc23948d75d008892f173164b984989fa6e6dabe1 (diff)
downloadasb-ecc1b9e7b91d0136ce366715f368143bec5ce8d8.tar.gz
asb-ecc1b9e7b91d0136ce366715f368143bec5ce8d8.tar.xz
Update to 2.16
-rwxr-xr-xperl-authen-sasl/build/perl-authen-sasl.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-authen-sasl/build/perl-authen-sasl.SlackBuild b/perl-authen-sasl/build/perl-authen-sasl.SlackBuild
index e8ba2773..6aae38fd 100755
--- a/perl-authen-sasl/build/perl-authen-sasl.SlackBuild
+++ b/perl-authen-sasl/build/perl-authen-sasl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 2.15-1: 26/Nov/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.16-1: 15/oct/2013 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh perl-authen-sasl.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
SRCNAM=Authen-SASL
PRGNAM=perl-$(echo $SRCNAM |tr 'A-Z' 'a-z')
-VERSION=${VERSION:-2.15}
+VERSION=${VERSION:-2.16}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}