mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker-credential-pass: update to 0.6.3
This commit is contained in:
parent
359d6c38e6
commit
de68b225e3
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'docker-credential-pass'
|
# Template file for 'docker-credential-pass'
|
||||||
pkgname=docker-credential-pass
|
pkgname=docker-credential-pass
|
||||||
version=0.6.1
|
version=0.6.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="docker-credential-helpers-${version}"
|
|
||||||
archs="x86_64* ppc64le*"
|
archs="x86_64* ppc64le*"
|
||||||
|
wrksrc="docker-credential-helpers-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/docker/docker-credential-helpers"
|
go_import_path="github.com/docker/docker-credential-helpers"
|
||||||
go_package="${go_import_path}/pass/cmd"
|
go_package="${go_import_path}/pass/cmd"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/docker/docker-credential-helpers"
|
homepage="https://github.com/docker/docker-credential-helpers"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=9b36ae15d5bceaaf3496b80413acafa6325c633af3ae211ce10724dfa7046883
|
checksum=441684cf1d2434aa1024aa2f8455e11502c44858e93ea171b19caa656dd2b2e2
|
||||||
|
|
||||||
# the build step installed the binary named cmd because
|
# the build step installed the binary named cmd because
|
||||||
# the authors structured their code that way.
|
# the authors structured their code that way.
|
||||||
|
|
Loading…
Add table
Reference in a new issue