diff options
author | psykose <alice@ayaya.dev> | 2023-02-03 02:11:36 +0100 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-02-03 02:11:36 +0100 |
commit | 5b89c6e482297ee67a52db76bb6b77723b054742 (patch) | |
tree | 43cb70177aaa44d02670a5468251f68dd04e2659 | |
parent | ef35a20bada23fd170db03424dd2a4b7078d6509 (diff) |
community/ceph17: rebuild against libre2.so.10
-rw-r--r-- | community/ceph17/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ceph17/APKBUILD b/community/ceph17/APKBUILD index 29262633adf..e7831bf5044 100644 --- a/community/ceph17/APKBUILD +++ b/community/ceph17/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> _pkgname=ceph pkgver=17.2.5 -pkgrel=13 +pkgrel=14 _majorver=${pkgver%%.*} pkgname=$_pkgname$_majorver pkgdesc="Ceph is a distributed object store and file system, version $_majorver" |