diff options
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 ef65b7d4db..f0c0ed7618 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.2 +pkgver=3.34.3 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="2087af0ad7026e551bf6cbe014af6eb7b24610afd0816c37ba70ba2282e8566c905a136b40eb19474838744904a094f9bff5ca3eca9acbf369221e37be21b988 evolution-ews-3.34.2.tar.xz" +sha512sums="837948efdff22ecbfcc841f6eacf5e45e419b3db18a5aebbb3422b7611432520c1e43d60faf71397a8de262ad6528f6bf71da52fe2ed21a6b868ff258348214f evolution-ews-3.34.3.tar.xz" |