diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-02-24 21:44:12 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-29 07:45:17 +0700 |
commit | 5e658e1cf24fd2dfca1918fefa06f286d04f4683 (patch) | |
tree | fed624d4fc65749d1660383d6a3c2bfae66bd937 /system/vagrant/vagrant.SlackBuild | |
parent | 8a87b4f52a9d385b7063ee5d0a2231d5b5f39c5a (diff) |
system/vagrant: Updated for version 2.2.7.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'system/vagrant/vagrant.SlackBuild')
-rw-r--r-- | system/vagrant/vagrant.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/vagrant/vagrant.SlackBuild b/system/vagrant/vagrant.SlackBuild index d74b7d8175934..ffaa13963260d 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for vagrant -# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=vagrant -VERSION=${VERSION:-2.2.6} +VERSION=${VERSION:-2.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |