diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 13:08:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 13:08:02 +0000 |
commit | 28f51a52056ee012432e638b52befb451eb33cd2 (patch) | |
tree | e1d980f8d5a384f9661d86277d1a50eff8b8c581 /testing | |
parent | 0b7241876ec5c7fc66e5c569427a328e0a392e0d (diff) | |
download | aports-28f51a52056ee012432e638b52befb451eb33cd2.tar.bz2 aports-28f51a52056ee012432e638b52befb451eb33cd2.tar.xz |
testing/evolution-ews: upgrade to 3.32.0
Diffstat (limited to 'testing')
-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 014481d0c6..b1ef436877 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.5 +pkgver=3.32.0 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="6b17fd73b461e0ddd725ee87c854fca45fbc14f10922a60aff5a9a25b56728f1f16a0d3196b4bc3cba83e75655c15244c3bf2442fa17449c7466ab95371e93d7 evolution-ews-3.30.5.tar.xz" +sha512sums="1b7c8743ac0f638e664c87929437387b6d2e4e4a1fe958ee55a883add37e16851c450c19c4f0591440a5afc40d9b04980de99be6b0095b614dfafc1ab6874bcc evolution-ews-3.32.0.tar.xz" |