diff --git a/srcpkgs/docker-credential-pass/template b/srcpkgs/docker-credential-pass/template index 0b3592f5fb5..40b1d54529f 100644 --- a/srcpkgs/docker-credential-pass/template +++ b/srcpkgs/docker-credential-pass/template @@ -1,9 +1,9 @@ # Template file for 'docker-credential-pass' pkgname=docker-credential-pass -version=0.6.1 -revision=2 -wrksrc="docker-credential-helpers-${version}" +version=0.6.3 +revision=1 archs="x86_64* ppc64le*" +wrksrc="docker-credential-helpers-${version}" build_style=go go_import_path="github.com/docker/docker-credential-helpers" go_package="${go_import_path}/pass/cmd" @@ -13,7 +13,7 @@ maintainer="Hoang Nguyen " license="MIT" homepage="https://github.com/docker/docker-credential-helpers" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=9b36ae15d5bceaaf3496b80413acafa6325c633af3ae211ce10724dfa7046883 +checksum=441684cf1d2434aa1024aa2f8455e11502c44858e93ea171b19caa656dd2b2e2 # the build step installed the binary named cmd because # the authors structured their code that way.