Date: Friday, April 16, 2021 @ 02:36:52 Author: daurnimator Revision: 919256
upgpkg: argocd 2.0.1-1 Modified: argocd/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-16 01:46:38 UTC (rev 919255) +++ PKGBUILD 2021-04-16 02:36:52 UTC (rev 919256) @@ -1,11 +1,11 @@ # Maintainer: Daurnimator <[email protected]> pkgname=argocd -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 -pkgdesc="Declarative continuous deployment for Kubernetes command line utility" +pkgdesc="Declarative continuous deployment for Kubernetes" arch=('x86_64') -url='https://argoproj.github.io/argo-cd/' +url='https://argo-cd.readthedocs.io/en/stable/' license=('Apache') makedepends=('go') depends=('glibc') @@ -12,7 +12,7 @@ provides=('argocd-cli') replaces=('argocd-cli') source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz") -sha512sums=('cc5c02dc708215e1e68360c9fe9c771ed51d9fd7580d955a43d67f54123c73f0cfb4dda51220eb5e24212809b5e410e11bb589f09333febf910df76217102368') +sha512sums=('ce28bd01a1f9c94f2352fb976cdb44cc8268e0e28a125700bfacc148dfb89497cf47e4034947f57b8ab16c9ee9c6027060abb9c4b227f8a454a632a2178fdae6') build() { cd "argo-cd-$pkgver"
