diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-16 01:24:55 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-16 18:45:18 +0100 |
commit | 8b57db4c94e656618012becf1295215372fdd1e8 (patch) | |
tree | f95dc87e1a585b993f0b8b83d59771d953aba0f3 /community/evolution-ews | |
parent | 1e37eb64b4c30bc6fe57731c817493d7b58b7566 (diff) | |
download | aports-8b57db4c94e656618012becf1295215372fdd1e8.tar.bz2 aports-8b57db4c94e656618012becf1295215372fdd1e8.tar.xz |
community/evolution-ews: upgrade to 3.34.4
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 f0c0ed7618..c867bdeb82 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.3 +pkgver=3.34.4 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="837948efdff22ecbfcc841f6eacf5e45e419b3db18a5aebbb3422b7611432520c1e43d60faf71397a8de262ad6528f6bf71da52fe2ed21a6b868ff258348214f evolution-ews-3.34.3.tar.xz" +sha512sums="397dd89c81c986501aaf5c0460735577ebe2aa0bfe549359073e211e912e3622c7ba61eb90898ec00a06bb1c4d02a565446a3b0620ff8515088d706d5c246c91 evolution-ews-3.34.4.tar.xz" |