diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-10 16:54:26 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-13 08:24:59 +0000 |
commit | 0c16c3ce57d83682c4b37ff9649bd1d18d7852dd (patch) | |
tree | 505ab260f33082ff04788850c4f37c14197d44b5 /testing/evolution-ews | |
parent | b6e5ddb1b47369715e4a3698f547940b67c2d1a8 (diff) | |
download | aports-0c16c3ce57d83682c4b37ff9649bd1d18d7852dd.tar.bz2 aports-0c16c3ce57d83682c4b37ff9649bd1d18d7852dd.tar.xz |
testing/evolution-ews: upgrade to 3.30.5
Diffstat (limited to 'testing/evolution-ews')
-rw-r--r-- | testing/evolution-ews/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/evolution-ews/APKBUILD b/testing/evolution-ews/APKBUILD index 295c8e9747..014481d0c6 100644 --- a/testing/evolution-ews/APKBUILD +++ b/testing/evolution-ews/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-ews -pkgver=3.30.3 +pkgver=3.30.5 pkgrel=0 pkgdesc="MS Exchange integration through Exchange Web Services" url="https://wiki.gnome.org/Apps/Evolution/EWS" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="dd9421f1b112ea6a65eeebde2bc13198ffe37718d6ca95b655eff7faa4fd38567c6e8caab54e78ad005fe550970ef9bf7ea7cdc8fddfddee5189184e703034e2 evolution-ews-3.30.3.tar.xz" +sha512sums="6b17fd73b461e0ddd725ee87c854fca45fbc14f10922a60aff5a9a25b56728f1f16a0d3196b4bc3cba83e75655c15244c3bf2442fa17449c7466ab95371e93d7 evolution-ews-3.30.5.tar.xz" |