











SHA256 checksums in PKGBUILD seem to be wrong:
$ cd ~/.cache/yay/ibmcloud-cli
$ sha256sum IBM_Cloud_CLI_2.31.0_linux_amd64.tgz
d5b63219bc78e54fafc1b5de040d07c8f73c9422807ff203fd0bd18bb1f0d94c IBM_Cloud_CLI_2.31.0_linux_amd64.tgz
$ cat PKGBUILD | grep sha256sums
sha256sums_x86_64=('3a4daae7b7e1b66e611523a6fe08afe9e5b2f200f740cbe798ad9809076e52d1')
sha256sums_i686=('ca82a818ab76f3da3b8dbdb15c5cd35b6385aabf92c83528b323715e5c1c2246')
sha256sums_aarch64=('b1ab58c2f177a22d13821eda6ad784a6351291b48a7bc3410119da741d165d9e')
==> Validating source_x86_64 files with sha256sums...
IBM_Cloud_CLI_2.31.0_linux_amd64.tgz ... FAILED
==> ERROR: One or more files did not pass the validity check!
@amiga23 Download URLs had just changed, this is fixed now.
@connesc The checksum of the archive is not correct. Could you please check?
@carsme Thanks for the suggestion, it's done ;-)
Hey, in order for auto-completion to work out of the box, could you install /opt/ibmcloud/autocomplete/bash_autocomplete into /etc/bash_completion.d/ibmcloud instead? Either that or symlink it. This is how auto-completion is handled for Azure CLI, for example: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=azure-cli.
Thanks!
@Delao I'm not able to reproduce the issue with yay 10.3.1-2. Have you tried building directly with makepkg?
@connesc I had installed the previous version, and yay -Syu failled to build this version
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
My bad, I forgot to update checksums for the latest release. This is fixed now, sorry for the inconvenience.