mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
network/cyrus-imapd: Updated for version 2.5.10.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
9ca804ce70
commit
f5fc7a137e
3 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ a specific directory structure, you can do something like this:
|
|||
Afterwards run mkimap script to setup the enviroment:
|
||||
|
||||
# su - cyrus
|
||||
# /usr/doc/cyrus-imapd-2.5.8/tools/mkimap
|
||||
# /usr/doc/cyrus-imapd-2.5.10/tools/mkimap
|
||||
|
||||
You will probably also want to put this into rc.local:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cyrus-imapd
|
||||
|
||||
# Copyright 2010, 2011, 2014, 2016 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2010, 2011, 2014, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cyrus-imapd
|
||||
VERSION=${VERSION:-2.5.8}
|
||||
VERSION=${VERSION:-2.5.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cyrus-imapd"
|
||||
VERSION="2.5.8"
|
||||
VERSION="2.5.10"
|
||||
HOMEPAGE="http://www.cyrusimap.org/"
|
||||
DOWNLOAD="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-2.5.8.tar.gz"
|
||||
MD5SUM="8f1e04ed2c4db249591a0a328c11d5b7"
|
||||
DOWNLOAD="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-2.5.10.tar.gz"
|
||||
MD5SUM="b738adfd7b8aa2c4b95b1d10350450ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue