mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
vagrant: Update to version 2.3.0 (update url) (#3812)
This commit is contained in:
parent
e326b34b1f
commit
e9a905d1b5
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2.2.19",
|
||||
"version": "2.3.0",
|
||||
"description": "A tool for building and managing virtual machine environments in a single workflow.",
|
||||
"homepage": "https://www.vagrantup.com/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_x86_64.msi",
|
||||
"hash": "95b4c9195ad62f06e13e68f2f0814d9a8b3a37f9e24a7bfe71b64f44ac6307c8"
|
||||
"url": "https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_amd64.msi",
|
||||
"hash": "21e5c8791d6d61f355214ac12e5744147cdd7d0e2ce2b24489171573a3daaa86"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_i686.msi",
|
||||
"hash": "93557f77dfb068b2dd83a4991e07b8caa4b28fced6c48dbf632f1ffe6308353e"
|
||||
"url": "https://releases.hashicorp.com/vagrant/2.3.0/vagrant_2.3.0_windows_i686.msi",
|
||||
"hash": "0be88e11085517cae8bb4e636fd77da865ded52bcaab5523ce70379d27713669"
|
||||
}
|
||||
},
|
||||
"extract_dir": "HashiCorp/Vagrant",
|
||||
@ -22,10 +22,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_x86_64.msi"
|
||||
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_amd64.msi"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_i686.msi"
|
||||
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_i686.msi"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user