Add manifest file for Vagrant v2.2.14 (#9558)
* New package: Vagrant * fix file name * remove install part * add PackageLocale * Update Hashicorp.Vagrant.locale.en-US.yaml * add default locale * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.installer.yaml * update installer part * remove part * fix error * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.installer.yaml * Update Hashicorp.Vagrant.locale.en-US.yaml * Update Hashicorp.Vagrant.yaml * upp installerswitch
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
PackageIdentifier: "Hashicorp.Vagrant"
|
||||
PackageVersion: "2.2.14"
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerType: "msi"
|
||||
InstallerUrl: "https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.msi"
|
||||
InstallerSha256: 128fb976fd0ce9db20a4c45dc1c7bcc8d165aac5dba7ba7d29e1ecf1612a0596
|
||||
InstallerSwitches:
|
||||
Silent: /qn /norestart
|
||||
SilentWithProgress: /qn /norestart
|
||||
InstallerSuccessCodes:
|
||||
- 3010
|
||||
- 1706
|
||||
ManifestType: "installer"
|
||||
ManifestVersion: "1.0.0"
|
||||
Command: vagrant
|
@@ -0,0 +1,13 @@
|
||||
PackageIdentifier: "Hashicorp.Vagrant"
|
||||
PackageName: "Vagrant"
|
||||
PackageLocale: "en-US"
|
||||
PackageVersion: "2.2.14"
|
||||
Publisher: "Hashicorp"
|
||||
License: "MIT"
|
||||
Tags:
|
||||
- "vagrant"
|
||||
ShortDescription: "Vagrant is a tool for building and distributing development environments."
|
||||
Homepage: "https://www.vagrantup.com"
|
||||
ManifestType: "defaultLocale"
|
||||
ManifestVersion: "1.0.0"
|
||||
Command: "vagrant"
|
@@ -0,0 +1,5 @@
|
||||
PackageIdentifier: "Hashicorp.Vagrant"
|
||||
DefaultLocale: "en-US"
|
||||
PackageVersion: "2.2.14"
|
||||
ManifestType: "version"
|
||||
ManifestVersion: "1.0.0"
|
Reference in New Issue
Block a user