docker-credential-pass: update to 0.6.4.

This commit is contained in:
Michal Vasilek 2022-07-17 15:48:04 +02:00
parent 4dca93c618
commit a1912dace1

View file

@ -1,8 +1,7 @@
# Template file for 'docker-credential-pass' # Template file for 'docker-credential-pass'
pkgname=docker-credential-pass pkgname=docker-credential-pass
version=0.6.3 version=0.6.4
revision=1 revision=1
archs="x86_64* ppc64le*"
wrksrc="docker-credential-helpers-${version}" 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"
@ -12,13 +11,11 @@ short_desc="Use native stores to keep Docker credentials safe"
maintainer="Hoang Nguyen <hoang@wetrust.io>" 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://github.com/docker/docker-credential-helpers/archive/v${version}.tar.gz"
checksum=441684cf1d2434aa1024aa2f8455e11502c44858e93ea171b19caa656dd2b2e2 checksum=b97d27cefb2de7a18079aad31c9aef8e3b8a38313182b73aaf8b83701275ac83
# the build step installed the binary named cmd because post_install() {
# the authors structured their code that way. mv ${DESTDIR}/usr/bin/cmd ${DESTDIR}/usr/bin/docker-credential-pass
do_install() {
vbin "${GOPATH}/bin/cmd" "${pkgname}"
} }
post_install() { post_install() {