network/offlineimap: Updated for version 7.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d74376d54
commit
769358f4b5
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for OfflineIMAP
|
||||
# Home Page http://offlineimap.org/
|
||||
|
||||
# Copyright (c) 2008-2015, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2008-2016, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# <nishant _AT_ mnspace _DOT_ net>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="offlineimap"
|
||||
VERSION=${VERSION:-6.5.7}
|
||||
VERSION=${VERSION:-7.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,7 +51,7 @@ set -e
|
|||
rm -fr $TMP/$PRGNAM-$VERSION $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
chown -R root.root .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="offlineimap"
|
||||
VERSION="6.5.7"
|
||||
VERSION="7.0.5"
|
||||
HOMEPAGE="http://offlineimap.org/"
|
||||
DOWNLOAD="https://www.dropbox.com/s/604tlyht5ich2d3/offlineimap-6.5.7.tar.xz"
|
||||
MD5SUM="4bf6d45d3b0d81d3bd8b514613ee4e58"
|
||||
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v7.0.5.tar.gz"
|
||||
MD5SUM="a099f1675cddfe62d6d75857ccfdf545"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docutils"
|
||||
REQUIRES="docutils six"
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
|
|
Loading…
Reference in New Issue