mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
vim: Update to version 9.1.0274 (#5668)
This commit is contained in:
parent
f071f3b808
commit
78b98b296c
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "9.0",
|
"version": "9.1.0274",
|
||||||
"description": "A highly configurable text editor",
|
"description": "A highly configurable text editor",
|
||||||
"homepage": "https://www.vim.org",
|
"homepage": "https://www.vim.org",
|
||||||
"license": "Vim",
|
"license": "Vim",
|
||||||
@ -7,16 +7,18 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"vimtutor": "vimtutor"
|
"vimtutor": "vimtutor"
|
||||||
},
|
},
|
||||||
"url": "https://ftp.nluug.nl/pub/vim/pc/gvim90.exe#/dl.7z",
|
"architecture": {
|
||||||
"hash": "57a5b0d3e42695eaeca962364cde3f257227e967436821b81c19434bf4e1042c",
|
"64bit": {
|
||||||
"extract_dir": "$0",
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0274/gvim_9.1.0274_x64.zip",
|
||||||
"pre_install": [
|
"hash": "bb83e1010ba654416785e5b8e8509e0a2db02cda2bc6b759c737d9e211906255",
|
||||||
"Move-Item \"$dir\\`$R0\" \"$dir\\libgcc_s_sjlj-1.dll\"",
|
"extract_dir": "vim/vim91"
|
||||||
"Move-Item \"$dir\\GvimExt64\\`$R0\" \"$dir\\GvimExt64\\gvimext.dll\"",
|
},
|
||||||
"Move-Item \"$dir\\GvimExt64\\`$0\\GvimExt64\\*\" \"$dir\\GvimExt64\"",
|
"32bit": {
|
||||||
"Move-Item \"$dir\\`$*\\*\" $dir",
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v9.1.0274/gvim_9.1.0274_x86.zip",
|
||||||
"Remove-Item \"$dir\\`$*\", \"$dir\\GvimExt32\", \"$dir\\GvimExt64\\`$0\", \"$dir\\uninstal.*\", \"$dir\\install.exe\", \"$dir\\vim[0-9]*\" -Recurse"
|
"hash": "c2ea1ca9d6c5f78f879fd52925e16705393b8be4468131dcf53908d83807234e",
|
||||||
],
|
"extract_dir": "vim/vim91"
|
||||||
|
}
|
||||||
|
},
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"'install-context.reg', 'uninstall-context.reg' | ForEach-Object {",
|
"'install-context.reg', 'uninstall-context.reg' | ForEach-Object {",
|
||||||
" $vimpath = \"$dir\\gVim.exe\".Replace('\\', '\\\\')",
|
" $vimpath = \"$dir\\gVim.exe\".Replace('\\', '\\\\')",
|
||||||
@ -96,13 +98,18 @@
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://ftp.nluug.nl/pub/vim/pc",
|
"github": "https://github.com/vim/vim-win32-installer"
|
||||||
"regex": "gvim(?<ver>[\\d-]+)\\.exe\\s+V([\\d.]+)"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://ftp.nluug.nl/pub/vim/pc/gvim$matchVer.exe#/dl.7z",
|
"architecture": {
|
||||||
"hash": {
|
"64bit": {
|
||||||
"url": "$baseurl/MD5SUMS"
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x64.zip",
|
||||||
|
"extract_dir": "vim/vim$majorVersion$minorVersion"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/vim/vim-win32-installer/releases/download/v$version/gvim_$version_x86.zip",
|
||||||
|
"extract_dir": "vim/vim$majorVersion$minorVersion"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user