diff options
author | Paul Bredbury <brebs@sent.com> | 2018-12-19 22:23:43 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 09:57:21 +0000 |
commit | 73e325c273c42482fb17997efac80e740edf9222 (patch) | |
tree | 4b927a37729074c80b9621f199616092830cc2d9 /testing/evolution-ews | |
parent | 01b3f8c12e7ee0c566e6a361ad0ce9d88aea2b31 (diff) | |
download | aports-73e325c273c42482fb17997efac80e740edf9222.tar.bz2 aports-73e325c273c42482fb17997efac80e740edf9222.tar.xz |
testing/evolution-ews: upgrade to 3.30.3
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 5c8f99c10e..295c8e9747 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.1 +pkgver=3.30.3 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="f7c8213193b963680502dc8d64a4cfe5a85c64f91a39d659a7a9b25bb672470969f2bc829f46dc00e837651b4ae2fd923dd7bcbbcd081dab0303cf7a91f02a05 evolution-ews-3.30.1.tar.xz" +sha512sums="dd9421f1b112ea6a65eeebde2bc13198ffe37718d6ca95b655eff7faa4fd38567c6e8caab54e78ad005fe550970ef9bf7ea7cdc8fddfddee5189184e703034e2 evolution-ews-3.30.3.tar.xz" |