docker-credential-pass: update to 0.6.3

This commit is contained in:
Hoang Nguyen 2019-10-21 04:58:39 -07:00 committed by Helmut Pozimski
parent 359d6c38e6
commit de68b225e3

View file

@ -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 <hoang@wetrust.io>"
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.