diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-18 06:27:14 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-18 06:28:06 +0000 |
commit | 24bcbb763988f502216740f2c06d5f5180e6dc35 (patch) | |
tree | 1405fd1a5deb2fe2704589dbc8fea086b192329b /community/offlineimap | |
parent | 012d3613b7a9c434ec8c57121965925a3ac2af65 (diff) | |
download | aports-24bcbb763988f502216740f2c06d5f5180e6dc35.tar.bz2 aports-24bcbb763988f502216740f2c06d5f5180e6dc35.tar.xz |
community/offlineimap: upgrade to 7.2.1
Diffstat (limited to 'community/offlineimap')
-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 4908c5da08..940b164e75 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.2.0 +pkgver=7.2.1 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="d90024f4449f000b4e91fc1806ee860ce0ca9417286328c6f388c812e0baf7afb7794eb91a4afa5d9061864098117d87706ae8d2cc7cb231ed25effa42486469 offlineimap-7.2.0.tar.gz" +sha512sums="4e6bcda576fbf023e0192e8d19627d72ea824cd795ef65604d56b00f239298031ea512dcc17d47ae340be1515770c8588907bc767489717a9ab136e34843c197 offlineimap-7.2.1.tar.gz" |