diff options
author | Mario Preksavec <mario@slackware.hr> | 2014-10-29 19:28:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-01 09:04:02 +0700 |
commit | 568a95dead11aa28648d95233d49b9f14f944365 (patch) | |
tree | e5391894db50f472123f2759bd5a7fcb53bcd5b1 /development/freetds/freetds.SlackBuild | |
parent | d5574e5c5b1c817888e3de1ed1ff2f359740b250 (diff) |
development/freetds: Updated for version 0.91.103
Diffstat (limited to 'development/freetds/freetds.SlackBuild')
-rw-r--r-- | development/freetds/freetds.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/freetds/freetds.SlackBuild b/development/freetds/freetds.SlackBuild index 8813cac49a60..b2b54b91b8e6 100644 --- a/development/freetds/freetds.SlackBuild +++ b/development/freetds/freetds.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for freetds -# Copyright 2011-2012, mario <mario@slackverse.org> +# Copyright 2011, 2012, 2014 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -11,7 +11,7 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=freetds -VERSION=${VERSION:-0.91} +VERSION=${VERSION:-0.91.103} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |