summaryrefslogtreecommitdiff
path: root/vagrant
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-29 22:00:34 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-29 22:00:34 -0700
commit9379ed6d432889a48c06a6260c2c9445acd93a8b (patch)
treeb987cb2d35fd5b80f678c9be5a5de0c49897d744 /vagrant
parentebf1a16d0a45afc860e4d426338602a8c11894bd (diff)
Bump the cask version to 0.7.4
Diffstat (limited to 'vagrant')
-rwxr-xr-xvagrant/provision.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/provision.sh b/vagrant/provision.sh
index 452e22f7..767092c6 100755
--- a/vagrant/provision.sh
+++ b/vagrant/provision.sh
@@ -43,7 +43,7 @@ install_emacs
emacs --version
# Install Cask for Emacs dependency management
-CASK_VERSION=0.7.2
+CASK_VERSION=0.7.4
CASK_DIR=/opt/cask-$CASK_VERSION
CASK_ARCHIVE=https://github.com/cask/cask/archive/v$CASK_VERSION.tar.gz
if ! [ -d "$CASK_DIR" -a -x "/$CASK_DIR/bin/cask" ]; then