mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/offlineimap: Updated for version 7.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
36026c3bdb
commit
3fda645810
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for OfflineIMAP
|
||||
# Home Page http://offlineimap.org/
|
||||
|
||||
# Copyright (c) 2008-2018, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2008-2019, 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:-7.2.0}
|
||||
VERSION=${VERSION:-7.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="offlineimap"
|
||||
VERSION="7.2.0"
|
||||
VERSION="7.2.2"
|
||||
HOMEPAGE="http://offlineimap.org/"
|
||||
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v7.2.0/offlineimap-7.2.0.tar.gz"
|
||||
MD5SUM="77aeb9c24702d73d41ba22e7a2b05314"
|
||||
DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v7.2.2/offlineimap-7.2.2.tar.gz"
|
||||
MD5SUM="30ceddc4aac9bdc0bf0eb9f5f1010f17"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docutils six"
|
||||
|
|
Loading…
Reference in a new issue