diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-12-26 15:04:26 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-12-26 15:04:26 +0100 |
commit | 54264b95671083a5a543583045f0dc1c0a735791 (patch) | |
tree | 9063c2952cb274800a76ee2518933e92059e39de | |
parent | 0a65fa1e299a8b7298ac0fac47ac7f33c69f8062 (diff) | |
download | aports-54264b95671083a5a543583045f0dc1c0a735791.tar.bz2 aports-54264b95671083a5a543583045f0dc1c0a735791.tar.xz |
community/offlineimap: upgrade to 7.2.2
-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 940b164e75..df248a5d49 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.1 +pkgver=7.2.2 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="4e6bcda576fbf023e0192e8d19627d72ea824cd795ef65604d56b00f239298031ea512dcc17d47ae340be1515770c8588907bc767489717a9ab136e34843c197 offlineimap-7.2.1.tar.gz" +sha512sums="de60472d24368ff4f5c43ecb50b021c671e6fe713220475da8bd900de6bfb6a10ec8c585f96f6091caea32344f65886e2870d097974ebef343b0ca56a81ddd7c offlineimap-7.2.2.tar.gz" |