diff options
author | Duncan Bellamy <dunk@denkimushi.com> | 2022-05-14 09:25:16 +0000 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-05-14 09:47:58 +0000 |
commit | 51bc6fca920e5ff573995ec72cd8325e2d007a17 (patch) | |
tree | f3c9b7af1ad8841b7f71be099bacf630a9ba4367 | |
parent | 311392d372de4241344bb709e86d7c3e73a309ab (diff) | |
download | aports-51bc6fca920e5ff573995ec72cd8325e2d007a17.tar.gz aports-51bc6fca920e5ff573995ec72cd8325e2d007a17.tar.bz2 aports-51bc6fca920e5ff573995ec72cd8325e2d007a17.tar.xz |
testing/ceph17: rebuild with arrow 8.0.0
-rw-r--r-- | testing/ceph17/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ceph17/APKBUILD b/testing/ceph17/APKBUILD index 2a364fd2d0..479b4f84e9 100644 --- a/testing/ceph17/APKBUILD +++ b/testing/ceph17/APKBUILD @@ -6,7 +6,7 @@ _pkgname=ceph pkgver=17.2.0 _majorver=${pkgver%%.*} pkgname=$_pkgname$_majorver -pkgrel=3 +pkgrel=4 pkgdesc="Ceph is a distributed object store and file system, version $_majorver" pkgusers="ceph" pkggroups="ceph" |