vim-gnupg: update to 2.7.0.
This commit is contained in:
parent
c8f31fce4e
commit
a547f8888c
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'vim-gnupg'
|
||||
pkgname=vim-gnupg
|
||||
version=2.6.1
|
||||
revision=2
|
||||
version=2.7.0
|
||||
revision=1
|
||||
depends="vim-common gnupg"
|
||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/jamessan/vim-gnupg"
|
||||
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=6e9d75febd13cc533153e5e01b00593fa91f8bbcf1ec19a9029dd994e2f65508
|
||||
checksum=cba87e6bf7ded161100f0789a374957710ac14e3b13faedd7731631048f71fe6
|
||||
|
||||
do_install() {
|
||||
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||
|
|
Loading…
Reference in a new issue