vim-nightly: Update to version 8.2.1787

This commit is contained in:
Jakub Čábera 2020-10-06 20:38:33 +02:00
parent fc187c57b7
commit d15a7c7af0

View File

@ -1,29 +1,32 @@
{ {
"version": "8.2.1805", "version": "8.2.1787",
"description": "A highly configurable text editor for efficiently creating and changing any kind of text.", "description": "A highly configurable text editor for efficiently creating and changing any kind of text.",
"homepage": "https://www.vim.org", "homepage": "https://www.vim.org",
"license": "Vim", "license": "Vim",
"suggest": {
"vimtutor": "vimtutor"
},
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/vim/vim-win32-installer/releases/download/v8.2.1805/gvim_8.2.1805_x64.zip", "https://github.com/vim/vim-win32-installer/releases/download/v8.2.1787/gvim_8.2.1787_x64.zip",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/install-context.reg", "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/install-context.reg",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/uninstall-context.reg" "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/uninstall-context.reg"
], ],
"hash": [ "hash": [
"b816549c7aed222e54a7479a9dbf248006513286e66394dc6ec88461fe63e6d4", "4978ac1140f471df33721e0e3c5a60605c37c35f149942054dd961f49e236e01",
"16a29881837047d783e8556506c73bbb292bdfefe042d77564d3c166d92b9d98", "16a29881837047d783e8556506c73bbb292bdfefe042d77564d3c166d92b9d98",
"49225d3470bf4b397d3cab865eddca6e47610be356f812588588c2661a11557e" "49225d3470bf4b397d3cab865eddca6e47610be356f812588588c2661a11557e"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"https://github.com/vim/vim-win32-installer/releases/download/v8.2.1805/gvim_8.2.1805_x86.zip", "https://github.com/vim/vim-win32-installer/releases/download/v8.2.1787/gvim_8.2.1787_x86.zip",
"https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/vim/install-context.reg", "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" "https://raw.githubusercontent.com/ScoopInstaller/Main/master/master/scripts/vim/uninstall-context.reg"
], ],
"hash": [ "hash": [
"8ba00d5a09910b4266f43e6fe206539ea6281060e0ebc03cce060226a98bf57a", "f5ae393c1ec0d4249176f1560a9069e43e44c5f964c2d2a1325ed7fa514f1161",
"16a29881837047d783e8556506c73bbb292bdfefe042d77564d3c166d92b9d98", "16a29881837047d783e8556506c73bbb292bdfefe042d77564d3c166d92b9d98",
"49225d3470bf4b397d3cab865eddca6e47610be356f812588588c2661a11557e" "49225d3470bf4b397d3cab865eddca6e47610be356f812588588c2661a11557e"
] ]
@ -134,8 +137,5 @@
} }
}, },
"extract_dir": "vim\\vim$majorVersion$minorVersion" "extract_dir": "vim\\vim$majorVersion$minorVersion"
},
"suggest": {
"vimtutor": "vimtutor"
} }
} }