pkgbuild: 16.2.7-1 -> 16.2.10-1
- Update pkgver - Update shasums - Regenerate .SRCINFO
This commit is contained in:
32
.SRCINFO
32
.SRCINFO
@@ -1,23 +1,23 @@
|
||||
pkgbase = ceph-bin
|
||||
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
|
||||
pkgver = 16.2.7
|
||||
pkgver = 16.2.10
|
||||
pkgrel = 1
|
||||
url = https://ceph.com/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
noextract = ceph-bin-16.2.7.tar.zst
|
||||
noextract = ceph-libs-bin-16.2.7.tar.zst
|
||||
noextract = ceph-mgr-bin-16.2.7.tar.zst
|
||||
noextract = ceph-bin-16.2.10.tar.zst
|
||||
noextract = ceph-libs-bin-16.2.10.tar.zst
|
||||
noextract = ceph-mgr-bin-16.2.10.tar.zst
|
||||
options = emptydirs
|
||||
source = ceph-bin-16.2.7.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v16.2.7-1/ceph_linux_x86_64.tar.zstd
|
||||
source = ceph-libs-bin-16.2.7.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v16.2.7-1/ceph_libs_linux_x86_64.tar.zstd
|
||||
source = ceph-mgr-bin-16.2.7.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v16.2.7-1/ceph_mgr_linux_x86_64.tar.zstd
|
||||
sha512sums = ca9d7771a0469b20163731ef80512ca4c0828bc7dcb82288b59f030a6877eb86d7b1b033c9fe5089a373da5f1b01e6d9e318555889064982557da12a46fb5dec
|
||||
sha512sums = 8b61b973347c60641587cce8b9c02c8953e80dccd210f2534f5490d47f740e05f81adb12a53a4daa8bf6ae368e3de54244155877e638fa3022fe959b07b2dace
|
||||
sha512sums = f63a1f359d804cbfe31bfee301602ac6a10729b2292e264ac349ace4feb72171b9d62638181f449b97d68b0d37bde5377fbb9fb8b7cf2e1533c2aaacf7b95a11
|
||||
source = ceph-bin-16.2.10.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v16.2.10-1/ceph_linux_x86_64.tar.zstd
|
||||
source = ceph-libs-bin-16.2.10.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v16.2.10-1/ceph_libs_linux_x86_64.tar.zstd
|
||||
source = ceph-mgr-bin-16.2.10.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v16.2.10-1/ceph_mgr_linux_x86_64.tar.zstd
|
||||
sha512sums = 0ce0262c5dce397a9e13aceed696b38d657016b8782f68a0d266d2d3d2a46744c18bc1dd870f385b437f120776db0a3d6ce0c35a210247decf22a661943c84b0
|
||||
sha512sums = ee0a858f6dc862a300c75727cb517e36ff07afa611a21dba88bea5014cac46f1af54b751812e0f91d4476c2d7bd7ac7229e7863e9f6813b8b688f9bf28ac1070
|
||||
sha512sums = 75dca4605cb1ee79531ccb1ebcf6c610361fec69bef1f40b6d47a940770c5c72a3f3a7e74daabd826cdd94f337bdb076d19021bb66602c117f1357bf94b71349
|
||||
|
||||
pkgname = ceph-bin
|
||||
depends = ceph-libs=16.2.7-1
|
||||
depends = ceph-libs=16.2.10-1
|
||||
depends = boost-libs
|
||||
depends = curl
|
||||
depends = fuse2
|
||||
@@ -43,7 +43,7 @@ pkgname = ceph-bin
|
||||
depends = lua
|
||||
depends = gawk
|
||||
depends = xfsprogs
|
||||
provides = ceph=16.2.7-1
|
||||
provides = ceph=16.2.10-1
|
||||
conflicts = ceph
|
||||
|
||||
pkgname = ceph-libs-bin
|
||||
@@ -66,12 +66,12 @@ pkgname = ceph-libs-bin
|
||||
depends = python-prettytable
|
||||
depends = python-yaml
|
||||
depends = python-setuptools
|
||||
provides = ceph-libs=16.2.7-1
|
||||
provides = ceph-libs=16.2.10-1
|
||||
conflicts = ceph-libs
|
||||
|
||||
pkgname = ceph-mgr-bin
|
||||
depends = ceph=16.2.7-1
|
||||
depends = ceph-libs=16.2.7-1
|
||||
depends = ceph=16.2.10-1
|
||||
depends = ceph-libs=16.2.10-1
|
||||
depends = bash
|
||||
depends = boost-libs
|
||||
depends = coffeescript
|
||||
@@ -102,7 +102,7 @@ pkgname = ceph-mgr-bin
|
||||
optdepends = python-kubernetes: rook module
|
||||
optdepends = python-prometheus_client: prometheus module
|
||||
optdepends = python-remoto: ssh module
|
||||
provides = ceph-mgr=16.2.7-1
|
||||
provides = ceph-mgr=16.2.10-1
|
||||
conflicts = ceph-mgr
|
||||
options = emptydirs
|
||||
options = !strip
|
||||
|
||||
8
PKGBUILD
8
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase='ceph-bin'
|
||||
pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin')
|
||||
pkgver=16.2.7
|
||||
pkgver=16.2.10
|
||||
pkgrel=1
|
||||
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
|
||||
arch=('x86_64')
|
||||
@@ -13,9 +13,9 @@ _artifact=v${pkgver}-${pkgrel}
|
||||
source=("ceph-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd"
|
||||
"ceph-libs-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd"
|
||||
"ceph-mgr-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
|
||||
sha512sums=('ca9d7771a0469b20163731ef80512ca4c0828bc7dcb82288b59f030a6877eb86d7b1b033c9fe5089a373da5f1b01e6d9e318555889064982557da12a46fb5dec'
|
||||
'8b61b973347c60641587cce8b9c02c8953e80dccd210f2534f5490d47f740e05f81adb12a53a4daa8bf6ae368e3de54244155877e638fa3022fe959b07b2dace'
|
||||
'f63a1f359d804cbfe31bfee301602ac6a10729b2292e264ac349ace4feb72171b9d62638181f449b97d68b0d37bde5377fbb9fb8b7cf2e1533c2aaacf7b95a11')
|
||||
sha512sums=('0ce0262c5dce397a9e13aceed696b38d657016b8782f68a0d266d2d3d2a46744c18bc1dd870f385b437f120776db0a3d6ce0c35a210247decf22a661943c84b0'
|
||||
'ee0a858f6dc862a300c75727cb517e36ff07afa611a21dba88bea5014cac46f1af54b751812e0f91d4476c2d7bd7ac7229e7863e9f6813b8b688f9bf28ac1070'
|
||||
'75dca4605cb1ee79531ccb1ebcf6c610361fec69bef1f40b6d47a940770c5c72a3f3a7e74daabd826cdd94f337bdb076d19021bb66602c117f1357bf94b71349')
|
||||
# Don't extract source archives
|
||||
noextract=("${source[@]%%::*}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user