diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-07 13:05:58 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-07 13:05:58 +0200 |
commit | 0d6d6041b58d6b6f0b61017c02bc42fa9d9efa28 (patch) | |
tree | 6d769eb9ee0d5c28056c0812df5c578c73f72475 | |
parent | 6b0a037a37af6cf1100a62035cee18fd8ac77e70 (diff) | |
download | archlinuxewe-0d6d6041b58d6b6f0b61017c02bc42fa9d9efa28.tar.xz |
ceph-bin: fix checksums
-rw-r--r-- | ceph-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index bc442f2e1..8695c10f0 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -15,9 +15,9 @@ _artifact=v${_pkgver} 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=('df2e41c3463e9a49d563669e191c2bfcf000c66ed1eb1cc90cb73af19d36a940b77964bc956352b3d3b90e3a3ba6620f7ab586e88c42cefb941a19186e07a70a' - 'd7e076588a1f8aea65ccc0a25a6ff3effef9af2fbccb7c5d3d2a453e84e8efbdfa8f3cfa019dede90cb908272731054060b8d1313a93be18dea8796a6504371a' - '6dce911736d534b2946ebd0d004a407b16ccd1635f3b72bcc2597152a43fd2a92b248bb9c6d8bfc5038bf2c8fb60aaf7af72d6c0546e5a48ec4853debd91ab15') +sha512sums=('db38d454ef9fda99fbe9a0954ccb4a8a7b66537f5cb1998dd552161049a6750a82a218d6e95f2bbc2a501637bf13f2f2d0fd6a12b367733cd294364722ba236c' + '2218b8d81ce8b94daa63ebd7674bd6d8e3da047ad46bbde1e1666eaa10d429a329ad1e6fa43d9f9d07ba5ce06b57dcc442ca3269eb482bffbb1c25d247d2ba1b' + '029f5fd11f30800a78fdc1e4c6541c413be498b284271ef93886268fd47002f6505df698c64a8118f1c2dcef22081c4fcc79e6047db7202d66f2e3e132830742') # Don't extract source archives noextract=("${source[@]%%::*}") |