diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-03 22:53:25 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 18:34:55 +0100 |
commit | 35c6a30f25e15f495693306d0612a45969909674 (patch) | |
tree | ca545fb14085d7d07c123ae23c71776df6b5c3d5 /community/evolution-ews | |
parent | e011f4e824b2d1b719141a3f51b1241208d4dcfd (diff) | |
download | aports-35c6a30f25e15f495693306d0612a45969909674.tar.bz2 aports-35c6a30f25e15f495693306d0612a45969909674.tar.xz |
community/evolution-ews: upgrade to 3.34.3
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" |