diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-01-14 22:57:24 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-01-14 22:57:24 +0100 |
commit | 19eb6ce4e7cf3733d1f25a499baf8515179a9095 (patch) | |
tree | 369c7992eeceaa992df27795a5d519e1cbb79996 /community/offlineimap | |
parent | 8700b10c030714d6043f3ce6614806903fe9f8fb (diff) | |
download | aports-19eb6ce4e7cf3733d1f25a499baf8515179a9095.tar.bz2 aports-19eb6ce4e7cf3733d1f25a499baf8515179a9095.tar.xz |
community/offlineimap: upgrade to 7.1.5
Diffstat (limited to 'community/offlineimap')
-rw-r--r-- | community/offlineimap/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/offlineimap/APKBUILD b/community/offlineimap/APKBUILD index e9ca404e7e..ab16191c37 100644 --- a/community/offlineimap/APKBUILD +++ b/community/offlineimap/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Peter Bui <pnutzh4x0r@gmail.com> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=offlineimap -pkgver=7.1.4 -pkgrel=2 +pkgver=7.1.5 +pkgrel=0 pkgdesc="Synchronizes emails between two repositories" url="http://www.offlineimap.org" arch="noarch" @@ -41,4 +41,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/examples/ } -sha512sums="f2623a400de2fac339249f887529e1f02224ba40c5f739b4084b5b26d1f8b6f26faf2c248aeaecd48dd7f6cc27bdaa8b7691c10f3db3b9673a1a5338f435447c offlineimap-7.1.4.tar.gz" +sha512sums="5e49e5e2f13a15f02036860d1622a79a1342c8d3c0ad1c3e56c32a90e9c6e439ed9b9de6b67e36bda19229e28bd17dcb132f093eb19524375b182dde079d6101 offlineimap-7.1.5.tar.gz" |