diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-07 12:46:06 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-07 12:46:06 +0200 |
commit | 6b0a037a37af6cf1100a62035cee18fd8ac77e70 (patch) | |
tree | 33034ae34ccd8ad55d9bdf31dd00242cb77184e7 /ceph-bin/PKGBUILD | |
parent | 7bbd0d832c1bd2663a14424c1d121c90b8290b44 (diff) | |
download | archlinuxewe-6b0a037a37af6cf1100a62035cee18fd8ac77e70.tar.xz |
ceph-bin: fix version parsing
Diffstat (limited to 'ceph-bin/PKGBUILD')
-rw-r--r-- | ceph-bin/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 5c65c08ed..bc442f2e1 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -3,7 +3,7 @@ pkgbase='ceph-bin' pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin') -pkgver=17.2.6.4 +pkgver=17.2.6.2 pkgrel=1 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') |