mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/freetds: Updated for version 0.91.103
This commit is contained in:
parent
d5574e5c5b
commit
568a95dead
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for freetds
|
# Slackware build script for freetds
|
||||||
|
|
||||||
# Copyright 2011-2012, mario <mario@slackverse.org>
|
# Copyright 2011, 2012, 2014 Mario Preksavec, Zagreb, HR
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
# 1. Redistributions of this script must retain the above copyright
|
||||||
# notice, this list of conditions and the following disclaimer.
|
# 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
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=freetds
|
PRGNAM=freetds
|
||||||
VERSION=${VERSION:-0.91}
|
VERSION=${VERSION:-0.91.103}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="freetds"
|
PRGNAM="freetds"
|
||||||
VERSION="0.91"
|
VERSION="0.91.103"
|
||||||
HOMEPAGE="http://www.freetds.org/"
|
HOMEPAGE="http://www.freetds.org/"
|
||||||
DOWNLOAD="http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.91.tar.gz"
|
DOWNLOAD="ftp://ftp.freetds.org/pub/freetds/stable/freetds-0.91.103.tar.gz"
|
||||||
MD5SUM="b14db5823980a32f0643d1a84d3ec3ad"
|
MD5SUM="46d033233408c9e9dc57c42d63be022d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="mario"
|
MAINTAINER="Mario Preksavec"
|
||||||
EMAIL="mario@slackverse.org"
|
EMAIL="mario at slackware dot hr"
|
||||||
|
|
Loading…
Reference in a new issue