mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/pure-ftpd: Updated for version 1.0.46.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8791e07ce4
commit
10cc71facf
3 changed files with 6 additions and 6 deletions
|
@ -4,12 +4,12 @@ and whistles, but focuses on efficiency and ease of use. It provides
|
|||
simple answers to common needs, plus unique useful features for personal
|
||||
users as well as hosting providers.
|
||||
|
||||
You can enable optional (not-autodetected) features by passing variables
|
||||
You can enable optional (not-autodetected) features by passing variables
|
||||
to the script (VAR=yes/no ./pure-ftpd.SlackBuild):
|
||||
MYSQL=yes|no (default: no), requires mysql (available in Slackware)
|
||||
PGSQL=yes|no (default: no), requires postgresql
|
||||
TLS=yes|no (default: no), requires openssl (available in Slackware)
|
||||
LANGUAGE=english|german|french ... (default: english,
|
||||
LANGUAGE=english|german|french ... (default: english,
|
||||
see http://download.pureftpd.org/pub/pure-ftpd/doc/README for a complete
|
||||
list)
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pure-ftpd
|
||||
VERSION=${VERSION:-1.0.45}
|
||||
VERSION=${VERSION:-1.0.46}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pure-ftpd"
|
||||
VERSION="1.0.45"
|
||||
VERSION="1.0.46"
|
||||
HOMEPAGE="http://www.pureftpd.org/"
|
||||
DOWNLOAD="https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.45.tar.gz"
|
||||
MD5SUM="2bd31340dd422d6ad4316f54274d011e"
|
||||
DOWNLOAD="https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.46.tar.gz"
|
||||
MD5SUM="8c126b9d290c4d7f477bb6a5f7ecac59"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue