Skip to content

Commit 2c44e57

Browse files
committed
update Debian and Qt version
1 parent 7437476 commit 2c44e57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vagrant.configure(2) do |config|
1414
# Every Vagrant development environment requires a box. You can search for
1515
# boxes at https://atlas.hashicorp.com/search.
1616
config.vm.box = "debian/jessie64"
17-
config.vm.box_version = "8.2.1"
17+
config.vm.box_version = "8.7.0"
1818

1919
# Disable automatic box update checking. If you disable this, then
2020
# boxes will only be checked for updates when the user runs

cookbook/qt.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ else
2020
fi
2121

2222
export DISPLAY=:0
23-
QT_BASE_VERSION=5.6
24-
QT_VERSION=5.6.0
23+
QT_BASE_VERSION=5.8
24+
QT_VERSION=5.8.0
2525

2626
cd /home/vagrant/
2727
QT_INSTALL=1

0 commit comments

Comments
 (0)