-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
hashicorp/vagrant/vagrant-go
(#32070)
* feat(hashicorp/vagrant): scaffold hashicorp/vagrant * test(hashicorp/vagrant): fix test * fix(hashicorp/vagrant/vagrant-go): rename the package * fix(hashicorp/vagrant/vagrant-go): cmdx gr * fix(hashicorp/vagrant/vagrant-go): set name * fix(hashicorp/vagrant/vagrant-go): set files --------- Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com> Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
- Loading branch information
1 parent
fde5a46
commit 1bfad55
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: hashicorp/vagrant/vagrant-go@v2.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json | ||
packages: | ||
- name: hashicorp/vagrant/vagrant-go | ||
type: github_release | ||
repo_owner: hashicorp | ||
repo_name: vagrant | ||
description: Vagrant is a tool for building and distributing development environments | ||
files: | ||
- name: vagrant | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: "true" | ||
asset: vagrant-go_{{.OS}}_{{.Arch}} | ||
format: raw | ||
checksum: | ||
type: github_release | ||
asset: vagrant_{{trimV .Version}}_SHA256SUMS | ||
algorithm: sha256 | ||
supported_envs: | ||
- linux/amd64 | ||
- darwin |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.