Skip to content

Commit

Permalink
feat(hashicorp/vagrant): scaffold hashicorp/vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
kdihalas committed Feb 13, 2025
1 parent 1d99f21 commit 293a859
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/hashicorp/vagrant/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- name: hashicorp/vagrant
version: v2.4.3
18 changes: 18 additions & 0 deletions pkgs/hashicorp/vagrant/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: hashicorp
repo_name: vagrant
description: Vagrant is a tool for building and distributing development environments
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
16 changes: 16 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 293a859

Please sign in to comment.