mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vim-gnupg: revert to 2.6.1.
2.7.0 still has security critical bugs, e.g. https://github.com/jamessan/vim-gnupg/issues/104 This reverts commit8604846885
. This reverts commita547f8888c
.
This commit is contained in:
parent
8604846885
commit
38eaaf9c85
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'vim-gnupg'
|
# Template file for 'vim-gnupg'
|
||||||
pkgname=vim-gnupg
|
pkgname=vim-gnupg
|
||||||
version=2.7.0
|
reverts="2.7.0_1 2.7.0_2"
|
||||||
revision=2
|
version=2.6.1
|
||||||
|
revision=3
|
||||||
depends="vim-common gnupg"
|
depends="vim-common gnupg"
|
||||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/jamessan/vim-gnupg"
|
homepage="https://github.com/jamessan/vim-gnupg"
|
||||||
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=cba87e6bf7ded161100f0789a374957710ac14e3b13faedd7731631048f71fe6
|
checksum=6e9d75febd13cc533153e5e01b00593fa91f8bbcf1ec19a9029dd994e2f65508
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall autoload/gnupg.vim 644 usr/share/vim/vimfiles/autoload
|
|
||||||
vinstall doc/gnupg.txt 644 usr/share/vim/vimfiles/doc
|
|
||||||
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue