diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2023-05-26 21:14:28 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2023-05-26 19:38:53 +0000 |
commit | a6be943d1a4c1f4e926bdffe2b431c79afbcdbc0 (patch) | |
tree | 8ba2a46c5d0ae306e5842afd10bb6b73a5d491a9 | |
parent | cda1694aa1c76df7d5824e05c82311846db5420f (diff) |
community/evolution-data-server: upgrade to 3.48.2
-rw-r--r-- | community/evolution-data-server/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD index 14312ad5015..6d744a28e26 100644 --- a/community/evolution-data-server/APKBUILD +++ b/community/evolution-data-server/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-data-server -pkgver=3.48.1 -pkgrel=1 +pkgver=3.48.2 +pkgrel=0 pkgdesc="data server for evolution" options="!check" # Tests fail on the builders, passes CI url="https://projects.gnome.org/evolution" @@ -78,5 +78,5 @@ package() { } sha512sums=" -bcf59f398684aa2d78340025bc06e54a98a266f05472f8eb085d8f7fc87cb9ebdd6b4f9eae7e5ac2c14e45d69c471fdb89e6c5f7b22dff870287294b573b65f6 evolution-data-server-3.48.1.tar.xz +3ea976bcb28c5cfa7da3c29942d5313c7e8107590d6cd73f896fa9e5e79e14264772a5a1a22a0f2a5fee0110ef1d8e15677986ab13103791300c7800d6485380 evolution-data-server-3.48.2.tar.xz " |