diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-08-16 02:13:02 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-16 16:34:55 +0000 |
commit | dc0640c1905f37418c3ce9227714cc34d986d4b1 (patch) | |
tree | faf71f7bd89597c418cfb78da630019678e13702 /community | |
parent | 0bfb3013f287c364e275cc417096aa7d645cfc68 (diff) | |
download | aports-dc0640c1905f37418c3ce9227714cc34d986d4b1.tar.bz2 aports-dc0640c1905f37418c3ce9227714cc34d986d4b1.tar.xz |
community/ceph: upgrade to 14.2.2
Closes GH-8660
Diffstat (limited to 'community')
-rw-r--r-- | community/ceph/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ceph/APKBUILD b/community/ceph/APKBUILD index c4fa84dc25..7c1f03038d 100644 --- a/community/ceph/APKBUILD +++ b/community/ceph/APKBUILD @@ -1,8 +1,8 @@ # Contributor: John Coyle <dx9err@gmail.com> # Maintainer: John Coyle <dx9err@gmail.com> pkgname=ceph -pkgver=14.2.1 -pkgrel=1 +pkgver=14.2.2 +pkgrel=0 pkgdesc="Ceph is a distributed object store and file system" pkgusers="ceph" pkggroups="ceph" @@ -449,6 +449,6 @@ _pkg() { done } -sha512sums="fccde341344c721fbfc7f7cb73db4f65933d7fcacc9495398b55b37d1e208f0bad0cd78a4da08a3b5e26cca3175e7707f7dfb76fae5aa094f58afaed8603c866 ceph_14.2.1.orig.tar.gz +sha512sums="1ce61fb75e331cca39aaa8c0498bbb3cb874edb22ea45a4c2d82171b5e0c7c4ab2b081674b77177d5e612a0efdfa01de10a4becc4a7ee0eed1b2b3d358a72dc1 ceph_14.2.2.orig.tar.gz e1becd813ed3f28e2e4a6bef78b3b5117c1c0bb9cabe0ba9c912e0a20b551b6b2667495cddb94acd64192e287144911ff1c11e0d636fe04cc458146cfb0daca8 allperms.patch 35722b11ad52a3145153635b6a96abda2a23ae9c7e63e2eac006c1e5b8014452c4a1a11bbe0292fd731e4c43aa38e27dd75d2ff9d25bcf52290278f71e868570 musl-fixes.patch" |