diff options
-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 794b794c49..c4fa84dc25 100644 --- a/community/ceph/APKBUILD +++ b/community/ceph/APKBUILD @@ -6,8 +6,8 @@ pkgrel=1 pkgdesc="Ceph is a distributed object store and file system" pkgusers="ceph" pkggroups="ceph" -url="http://ceph.com" -arch="x86_64" +url="https://ceph.com/" +arch="x86_64 aarch64" # https://github.com/ceph/ceph/blob/master/COPYING license="LGPL-2.1-only AND LGPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-only AND CC-BY-SA-1.0 AND BSL-1.0 AND GPL-2.0 WITH Autoconf-exception-2.0 AND BSD-3-Clause AND MIT AND custom" depends="ceph-osd ceph-mds ceph-mon" @@ -81,7 +81,7 @@ makedepends=" $_ceph_test_deps " -source="http://download.ceph.com/tarballs/ceph_$pkgver.orig.tar.gz +source="https://download.ceph.com/tarballs/ceph_$pkgver.orig.tar.gz allperms.patch musl-fixes.patch " |