Skip to content

Commit 8f1cf59

Browse files
authored
Modify: Hashicorp.Vagrant version 2.4.6 (#262025)
1 parent 03bd011 commit 8f1cf59

File tree

3 files changed

+35
-17
lines changed

3 files changed

+35
-17
lines changed

manifests/h/Hashicorp/Vagrant/2.4.6/Hashicorp.Vagrant.installer.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33

44
PackageIdentifier: Hashicorp.Vagrant
55
PackageVersion: 2.4.6
6-
InstallerLocale: en-US
76
InstallerType: wix
87
Scope: machine
9-
InstallModes:
10-
- interactive
11-
- silent
12-
- silentWithProgress
138
InstallerSwitches:
14-
Custom: /norestart
9+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
1510
InstallerSuccessCodes:
1611
- 1706
1712
- 3010

manifests/h/Hashicorp/Vagrant/2.4.6/Hashicorp.Vagrant.locale.en-US.yaml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,29 @@ PackageIdentifier: Hashicorp.Vagrant
55
PackageVersion: 2.4.6
66
PackageLocale: en-US
77
Publisher: HashiCorp
8-
PublisherUrl: https://www.hashicorp.com
9-
PublisherSupportUrl: https://www.vagrantup.com/docs
8+
PublisherUrl: https://www.hashicorp.com/
9+
PublisherSupportUrl: https://github.com/hashicorp/vagrant/issues
1010
PrivacyUrl: https://www.hashicorp.com/privacy
11-
Author: Mitchell Hashimoto
11+
Author: HashiCorp, Inc.
1212
PackageName: Vagrant
13-
PackageUrl: https://www.vagrantup.com
14-
License: Business Source License 1.1
15-
LicenseUrl: https://github.com/hashicorp/vagrant/blob/main/LICENSE
13+
PackageUrl: https://developer.hashicorp.com/vagrant
14+
License: BUSL-1.1
15+
LicenseUrl: https://github.com/hashicorp/vagrant/blob/HEAD/LICENSE
1616
Copyright: Copyright (c) 2024 HashiCorp, Inc.
17-
CopyrightUrl: https://github.com/hashicorp/vagrant/blob/main/LICENSE
18-
ShortDescription: Vagrant is a tool for building and distributing development environments.
17+
ShortDescription: Build and manage virtual machine environments in a single workflow
18+
Description: Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the "works on my machine" excuse a relic of the past.
1919
Tags:
20-
- developing
20+
- develop
2121
- development
2222
- virtualization
23-
ReleaseNotes: https://github.com/hashicorp/vagrant/blob/HEAD/CHANGELOG.md#246-may-21-2025
23+
ReleaseNotes: |-
24+
FEATURES:
25+
- communicator/none: Add experimental none communicator [GH-13651]
26+
BUG FIXES:
27+
- core/bundler: Handle multiple versions for system specifications [GH-13652]
28+
ReleaseNotesUrl: https://github.com/hashicorp/vagrant/blob/HEAD/CHANGELOG.md#245-april-23-2025
2429
Documentations:
25-
- DocumentLabel: Vagrant Documentation
30+
- DocumentLabel: Documentation
2631
DocumentUrl: https://developer.hashicorp.com/vagrant/docs
2732
- DocumentLabel: Tutorials
2833
DocumentUrl: https://developer.hashicorp.com/vagrant/tutorials
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: Hashicorp.Vagrant
5+
PackageVersion: 2.4.6
6+
PackageLocale: zh-CN
7+
ShortDescription: 在单一工作流中构建和管理虚拟机环境
8+
Description: Vagrant 是一款用于在单一工作流中构建和管理虚拟机环境的工具。凭借其简单易用的工作流程和对自动化的专注,Vagrant 显著缩短了开发环境搭建时间,提高了生产环境一致性,让“在我机器上能跑”的托辞成为历史。
9+
Tags:
10+
- 开发
11+
- 虚拟化
12+
Documentations:
13+
- DocumentLabel: 文档
14+
DocumentUrl: https://developer.hashicorp.com/vagrant/docs
15+
- DocumentLabel: 教程
16+
DocumentUrl: https://developer.hashicorp.com/vagrant/tutorials
17+
ManifestType: locale
18+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)