diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-11-23 10:04:51 +0000 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-11-23 10:54:47 +0000 |
commit | 74aeae946588d66b2fd3815a28f79b758fd94043 (patch) | |
tree | aa1f2adfe62b6b1e77081ee5815baadf53c6fe69 /community/evolution-ews | |
parent | cc419be91a6702010f98c4371d2fe2ede21462aa (diff) | |
download | aports-74aeae946588d66b2fd3815a28f79b758fd94043.tar.bz2 aports-74aeae946588d66b2fd3815a28f79b758fd94043.tar.xz |
community/evolution-ews: upgrade to 3.34.2
Diffstat (limited to 'community/evolution-ews')
-rw-r--r-- | community/evolution-ews/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/evolution-ews/APKBUILD b/community/evolution-ews/APKBUILD index 3f8fd6819c..ef65b7d4db 100644 --- a/community/evolution-ews/APKBUILD +++ b/community/evolution-ews/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-ews -pkgver=3.34.1 +pkgver=3.34.2 pkgrel=0 pkgdesc="MS Exchange integration through Exchange Web Services" url="https://wiki.gnome.org/Apps/Evolution/EWS" @@ -33,4 +33,4 @@ package() { make -C build DESTDIR="$pkgdir" install } -sha512sums="597a769efd19e1f3dc827353fb481ceb75f361614fd404e64416434541ad20d1585c456da6f78560116f39ed38f163189b0a5fc406d0fb2e8ff9abc0f1cd9b4b evolution-ews-3.34.1.tar.xz" +sha512sums="2087af0ad7026e551bf6cbe014af6eb7b24610afd0816c37ba70ba2282e8566c905a136b40eb19474838744904a094f9bff5ca3eca9acbf369221e37be21b988 evolution-ews-3.34.2.tar.xz" |