network/offlineimap: Updated for version 7.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2017-04-28 20:38:46 +07:00 committed by Willy Sudiarto Raharjo
parent eeb3b2a4e5
commit ad728c94e1
2 changed files with 5 additions and 8 deletions

View file

@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="offlineimap"
VERSION=${VERSION:-7.0.14}
VERSION=${VERSION:-7.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -45,10 +45,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
# In case the source was fetched with wget or some other downloader:
[ -e v${VERSION}.tar.gz ] && mv v${VERSION}.tar.gz $PRGNAM-${VERSION}.tar.gz
rm -fr $TMP/$PRGNAM-$VERSION $PKG
rm -fr $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz

View file

@ -1,8 +1,8 @@
PRGNAM="offlineimap"
VERSION="7.0.14"
VERSION="7.1.0"
HOMEPAGE="http://offlineimap.org/"
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v7.0.14.tar.gz"
MD5SUM="f18d03966c7282d227c45e7a3c27af36"
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v7.1.0/offlineimap-7.1.0.tar.gz"
MD5SUM="ac222a63874bffc070ddd24865a154fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docutils six"