diff options
author | Paul Bredbury <brebs@sent.com> | 2019-03-10 16:54:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-13 08:24:59 +0000 |
commit | b6e5ddb1b47369715e4a3698f547940b67c2d1a8 (patch) | |
tree | 16104dffc0dc0c385fbed3cfb1a6e98dc904e7ec /testing/evolution | |
parent | ffb4589be3844aa422235c41109888ddce067128 (diff) | |
download | aports-b6e5ddb1b47369715e4a3698f547940b67c2d1a8.tar.bz2 aports-b6e5ddb1b47369715e4a3698f547940b67c2d1a8.tar.xz |
testing/evolution: upgrade to 3.30.5
Diffstat (limited to 'testing/evolution')
-rw-r--r-- | testing/evolution/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 58d2483f54..2827ad38d9 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=evolution -pkgver=3.30.3 +pkgver=3.30.5 pkgrel=0 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" @@ -46,4 +46,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a9fd15f3adac7caf3453a67e2aa7933b5a7762ec45405257938460b304417175c7d54b7257ed082d2c2c02565e1505afd08960eaf507c17a7879639644a22c6c evolution-3.30.3.tar.xz" +sha512sums="1d776fdb0da4166d9346ad4cd05d7ee050e0bf3ac1edc1f7d3fb4ba8909e35429e8d076a5b6e223f3fc94e2a8ad6337205c1d648220a3fdf593bae64d9c975d1 evolution-3.30.5.tar.xz" |