app-vim/visual-multi: add 0.5.8_p20220325, drop 0.5.8_p20210831

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-04-03 15:48:25 +02:00
parent 647ed5d284
commit aaa3dd6152
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
DIST visual-multi-0.5.8_p20210831.tar.gz 95069 BLAKE2B e7bc01aec67ea38881b3a110b0e36ea5cb7fa95b2e1108081b652c480830665c68f7765cd1cece8e88f1c050181d7db8a29c0b8b55e4d9377a986bfb171cee64 SHA512 d1110ac0b1ab22398264e7506350b4b1e8d9cd142d7b51211468e8fdf95c6206e01d32ee4e2ef788a1af9a9b3bfd1b27ed2b69a25a720b2f9c1738b430087a74 DIST visual-multi-0.5.8_p20220325.tar.gz 95298 BLAKE2B f51eefcbd296e0c6526660192913a327aa0b401a2b11ee34dc1c363d9a82964de52ebd0735861454522f452aca8808e7130edfe6c41de0a920fd07b8230dc68c SHA512 ba50b3dcadb6884d591aec23a26cd8f60c65d9178cc9de434e6be934c8c14fa74800ff389d384b6844ef3731e938c7c8ab70f2fb390cd4cd32a51dc6b7e2cb9a

View File

@ -1,11 +1,10 @@
# Copyright 2021 Gentoo Authors # Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
inherit vim-plugin inherit vim-plugin
COMMIT_ID="4fcd3797e380f2e4c8ea8be31ec6469e6f86f971"
COMMIT_ID="e20908963d9b0114e5da1eacbc516e4b09cf5803"
DESCRIPTION="vim plugin: Multiple cursors plugin for vim/neovim" DESCRIPTION="vim plugin: Multiple cursors plugin for vim/neovim"
HOMEPAGE="https://github.com/mg979/vim-visual-multi" HOMEPAGE="https://github.com/mg979/vim-visual-multi"