vim-nightly: Update to version 8.2.0008

This commit is contained in:
Richard Kuhnt 2019-12-15 17:00:26 +00:00
parent 64137e7d50
commit 291b8e1cc1

View File

@ -2,34 +2,34 @@
"homepage": "https://www.vim.org",
"description": "A highly configurable text editor for efficiently creating and changing any kind of text.",
"license": "Vim",
"version": "8.1.2260",
"version": "8.2.0008",
"architecture": {
"64bit": {
"url": [
"https://github.com/vim/vim-win32-installer/releases/download/v8.1.2269/gvim_8.1.2269_x64.zip",
"https://github.com/vim/vim-win32-installer/releases/download/v8.2.0008/gvim_8.2.0008_x64.zip",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/uninstall-context.reg"
],
"hash": [
"ed00cbf6c9e3c9bc14dfed025155f29877d37b86a08d62bcddba17ad7e678468",
"0607b91d2869a75986af504f2cab56b73e58b80a86e30d090d8e5b3ef3ae3434",
"16a29881837047d783e8556506c73bbb292bdfefe042d77564d3c166d92b9d98",
"49225d3470bf4b397d3cab865eddca6e47610be356f812588588c2661a11557e"
]
},
"32bit": {
"url": [
"https://github.com/vim/vim-win32-installer/releases/download/v8.1.2269/gvim_8.1.2269_x86.zip",
"https://github.com/vim/vim-win32-installer/releases/download/v8.2.0008/gvim_8.2.0008_x86.zip",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/master/scripts/vim/uninstall-context.reg"
],
"hash": [
"59aafc968faa2bc766d53f48faac7378e5f8c1f620c696d936ff0f0650a64880",
"2c79d0b141568d5d614d432dae333e3c7b0ebe578bac795930af9405310ed548",
"16a29881837047d783e8556506c73bbb292bdfefe042d77564d3c166d92b9d98",
"49225d3470bf4b397d3cab865eddca6e47610be356f812588588c2661a11557e"
]
}
},
"extract_dir": "vim\\vim81",
"extract_dir": "vim\\vim82",
"pre_install": [
"Remove-Item \"$dir\\`$*\", \"$dir\\uninstal.*\", \"$dir\\install.exe\" -Recurse",
"if (!(Test-Path \"$persist_dir\\_vimrc\")) {",