




















@gof Not a 100% sure what you meant, but I assume this was about the dynamic pkgver querying, which I was also fed up with. The version is now static, so if a new version comes out you won't have to rebuild it or whatever.
Maybe you should download the fixed version instead of the stable one. That way, we won't have to make changes every time there's a discrepancy.
_base_url='https://storage.yandexcloud.net/yandexcloud-yc/release'
source=(
"yc-${pkgver}::${_base_url}/${pkgver}/linux/amd64/yc"
)
is it possible to add docker-credential-yc to this package?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@egor_tensin Perfect! Thank you)