mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
nvm: Update to version 1.1.7 (#2504)
This commit is contained in:
parent
27bb695a1b
commit
3f52a58236
13
nvm.json
13
nvm.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://github.com/coreybutler/nvm-windows",
|
"homepage": "https://github.com/coreybutler/nvm-windows",
|
||||||
"version": "1.1.6",
|
"version": "1.1.7",
|
||||||
"url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.6/nvm-noinstall.zip",
|
"url": "https://github.com/coreybutler/nvm-windows/releases/download/1.1.7/nvm-noinstall.zip",
|
||||||
"bin": [
|
"bin": [
|
||||||
"nvm.exe"
|
"nvm.exe"
|
||||||
],
|
],
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"NVM_HOME": "$dir",
|
"NVM_HOME": "$dir",
|
||||||
"NVM_SYMLINK": "$persist_dir\\nodejs\\nodejs"
|
"NVM_SYMLINK": "$persist_dir\\nodejs\\nodejs"
|
||||||
},
|
},
|
||||||
"hash": "975697d7a3ab697060fe71ffbb37dba7ff2120295ead3e75799f935ca7403135",
|
"hash": "md5:00acf86e40c5f038cca8c383b9d2c207",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
@ -42,7 +42,12 @@
|
|||||||
"notes": [
|
"notes": [
|
||||||
"You'll need to restart powershell/cmd to have it reload Environment Variables so nvm will work correctly"
|
"You'll need to restart powershell/cmd to have it reload Environment Variables so nvm will work correctly"
|
||||||
],
|
],
|
||||||
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/coreybutler/nvm-windows/releases/download/$version/nvm-noinstall.zip"
|
"url": "https://github.com/coreybutler/nvm-windows/releases/download/$version/nvm-noinstall.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.checksum.txt",
|
||||||
|
"find": "([a-fA-F0-9]{32})"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user