mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
keychain: update to 2.9.5
keychain: update to 2.9.5
This commit is contained in:
parent
3e8add6a08
commit
b06ee41cc9
2 changed files with 10 additions and 3 deletions
5
srcpkgs/keychain/INSTALL.msg
Normal file
5
srcpkgs/keychain/INSTALL.msg
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Keychain no longer supports the '--agents' option as of version 2.9.0.
|
||||||
|
The software now automatically detects and manages your SSH/GPG agents.
|
||||||
|
If you are still using '--agents' in your configuration or shell scripts,
|
||||||
|
please remove it to avoid errors. More info:
|
||||||
|
https://github.com/funtoo/keychain/releases/tag/2.9.0
|
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'keychain'
|
# Template file for 'keychain'
|
||||||
pkgname=keychain
|
pkgname=keychain
|
||||||
version=2.8.5
|
version=2.9.5
|
||||||
revision=2
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="perl"
|
||||||
short_desc="Keychain manager for ssh-agent and gpg-agent"
|
short_desc="Keychain manager for ssh-agent and gpg-agent"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.funtoo.org/Keychain"
|
homepage="http://www.funtoo.org/Keychain"
|
||||||
distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz"
|
distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz"
|
||||||
checksum=dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b
|
checksum=c883f26db616bc1c81ba5ef3832c7ad912f3e8bd0baf6aaff981164c538a1411
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin keychain
|
vbin keychain
|
||||||
|
|
Loading…
Add table
Reference in a new issue