docker-credential-pass: update to v0.6.1

This commit is contained in:
Hoang Nguyen 2018-11-22 01:25:29 -08:00 committed by maxice8
parent 71e5309af5
commit 99229308a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'docker-credential-pass'
pkgname=docker-credential-pass
version=0.6.0
version=0.6.1
revision=1
wrksrc="docker-credential-helpers-${version}"
build_style=go
@ -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=7d8cdb67c89dece68e96dce11eab9d03c1d798296d3f3601eec4589b24664e7a
checksum=9b36ae15d5bceaaf3496b80413acafa6325c633af3ae211ce10724dfa7046883
# the build step installed the binary named cmd because
# the authors structured their code that way.