Skip to content

Commit

Permalink
Fix vagrant to work with new package definition standard (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanjunges authored Sep 23, 2022
1 parent b9a0bae commit 95e0c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -2681,9 +2681,9 @@ function deb_cosign() {
function deb_vagrant() {
ARCHS_SUPPORTED="amd64"
CODENAMES_SUPPORTED="buster bullseye focal jammy"
APT_KEY_URL="https://apt.releases.hashicorp.com/gpg"
ASC_KEY_URL="https://apt.releases.hashicorp.com/gpg"
APT_LIST_NAME="hashicorp"
APT_REPO_URL="deb https://apt.releases.hashicorp.com ${UPSTREAM_CODENAME} main"
APT_REPO_URL="https://apt.releases.hashicorp.com ${UPSTREAM_CODENAME} main"
PRETTY_NAME="Vagrant"
WEBSITE="https://www.vagrantup.com/"
SUMMARY="Building and maintaining virtual software development environments."
Expand Down

0 comments on commit 95e0c44

Please # to comment.