From 96758587e82e95fd4f9bb1a5c8030b16dfee0de5 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 15 Nov 2024 13:00:07 +0100 Subject: [PATCH] vagrant: bump Vagrant to v2.4.3 --- vagrant/vagrant-setup.sh | 2 +- vagrant/workarounds/build-shared-libs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant/vagrant-setup.sh b/vagrant/vagrant-setup.sh index 7bad5258..e1665d5f 100755 --- a/vagrant/vagrant-setup.sh +++ b/vagrant/vagrant-setup.sh @@ -8,7 +8,7 @@ LIB_ROOT="$(dirname "$0")/../common" # shellcheck source=common/utils.sh . "$LIB_ROOT/utils.sh" || exit 1 -VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.1/vagrant-2.4.1-1.x86_64.rpm" +VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.3/vagrant-2.4.3-1.x86_64.rpm" WORKAROUNDS_DIR="$(dirname "$(readlink -f "$0")")/workarounds" set -eu diff --git a/vagrant/workarounds/build-shared-libs.sh b/vagrant/workarounds/build-shared-libs.sh index db413b6a..0e900f11 100755 --- a/vagrant/workarounds/build-shared-libs.sh +++ b/vagrant/workarounds/build-shared-libs.sh @@ -8,7 +8,7 @@ set -eu set -o pipefail OUT_DIR="${OUT_DIR:-$PWD}" -VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.1/vagrant-2.4.1-1.x86_64.rpm" +VAGRANT_PKG_URL="https://releases.hashicorp.com/vagrant/2.4.3/vagrant-2.4.3-1.x86_64.rpm" [[ ! -d "$OUT_DIR" ]] && mkdir -p "$OUT_DIR"