diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-04-13 15:01:38 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-04-13 15:01:38 +0200 |
commit | fcd378062f644acd1956ac13e0abf8416985a4e1 (patch) | |
tree | afa635659dbfa2993161f8819a66831ebc031b86 /community | |
parent | a11b0ef3c0c3349b6f75612c9ab2c65730537121 (diff) | |
download | aports-fcd378062f644acd1956ac13e0abf8416985a4e1.tar.bz2 aports-fcd378062f644acd1956ac13e0abf8416985a4e1.tar.xz |
community/offlineimap: upgrade to 7.2.0
Diffstat (limited to 'community')
-rw-r--r-- | community/offlineimap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/offlineimap/APKBUILD b/community/offlineimap/APKBUILD index ab16191c37..4908c5da08 100644 --- a/community/offlineimap/APKBUILD +++ b/community/offlineimap/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Peter Bui <pnutzh4x0r@gmail.com> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=offlineimap -pkgver=7.1.5 +pkgver=7.2.0 pkgrel=0 pkgdesc="Synchronizes emails between two repositories" url="http://www.offlineimap.org" @@ -41,4 +41,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/examples/ } -sha512sums="5e49e5e2f13a15f02036860d1622a79a1342c8d3c0ad1c3e56c32a90e9c6e439ed9b9de6b67e36bda19229e28bd17dcb132f093eb19524375b182dde079d6101 offlineimap-7.1.5.tar.gz" +sha512sums="d90024f4449f000b4e91fc1806ee860ce0ca9417286328c6f388c812e0baf7afb7794eb91a4afa5d9061864098117d87706ae8d2cc7cb231ed25effa42486469 offlineimap-7.2.0.tar.gz" |