diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-11 13:23:56 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-11 13:25:34 +0000 |
commit | 6dcce027065e25730a8fb6ae3bfebfcae4bacfb0 (patch) | |
tree | 5fdea66e13d9f03972fb6dca554e938bec6b9e3c /testing/evolution | |
parent | 8bd8f9a3507be40e925c04b1244e74747e4506f0 (diff) | |
download | aports-6dcce027065e25730a8fb6ae3bfebfcae4bacfb0.tar.bz2 aports-6dcce027065e25730a8fb6ae3bfebfcae4bacfb0.tar.xz |
testing/evolution: upgrade to 3.32.1
Diffstat (limited to 'testing/evolution')
-rw-r--r-- | testing/evolution/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 082b86f885..11ce6aaa66 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -1,8 +1,8 @@ # Contributor: # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=evolution -pkgver=3.32.0 -pkgrel=1 +pkgver=3.32.1 +pkgrel=0 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" # limited by webkit2gtk @@ -46,4 +46,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a93931fea87a4f1cbfc5303424017491c6c6237d77c5fc31e9295424c063c84bffca4bb353b113ff982f979bb8c261e095fd282205f4afdcc7135248ec4d7cdc evolution-3.32.0.tar.xz" +sha512sums="b50f0156970fb331ca39e8bb82a00565bb716ccaf13f3feecc4bdf8858b43b998464b0c4d06d0d430a385759bfb6f14a5d0fb6a030c68f80f00c91212eee0342 evolution-3.32.1.tar.xz" |