mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
parent
1112873493
commit
c7453c5a49
@ -6,6 +6,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1568/gvim_8.1.1568_x64.zip",
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1568/gvim_8.1.1568_x64.zip",
|
||||||
"hash": "aeb073498fbc5b59b747decce694b38eb3329f2a914ce151a443be1d26f7b511"
|
"hash": "aeb073498fbc5b59b747decce694b38eb3329f2a914ce151a443be1d26f7b511"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1568/gvim_8.1.1568_x86.zip",
|
||||||
|
"hash": "649138aa28ade43955613918852733b8f863e85a2efbb7d7a2371f997a56ae00"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "vim\\vim81",
|
"extract_dir": "vim\\vim81",
|
||||||
@ -93,6 +97,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip"
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x86.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "vim\\vim$majorVersion$minorVersion"
|
"extract_dir": "vim\\vim$majorVersion$minorVersion"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user