mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
docker-credential-pass: replace gnupg2 with gnupg
This commit is contained in:
parent
6828e76979
commit
e131a7f687
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'docker-credential-pass'
|
# Template file for 'docker-credential-pass'
|
||||||
pkgname=docker-credential-pass
|
pkgname=docker-credential-pass
|
||||||
version=0.6.4
|
version=0.6.4
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
depends="pass gnupg2"
|
depends="pass gnupg>=2"
|
||||||
short_desc="Use native stores to keep Docker credentials safe"
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue