diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-03-01 09:18:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 07:40:19 +0700 |
commit | 39a1ac6ae13008de892a5efa5bce076e74dc57c5 (patch) | |
tree | dcd7a4767a0a262f0746496ebc175f175e11bf33 /system/vagrant/vagrant.SlackBuild | |
parent | a377818804dfe39e0e9f265716c260432d76840e (diff) | |
download | slackbuilds-39a1ac6ae13008de892a5efa5bce076e74dc57c5.tar.gz |
system/vagrant: Updated for version 2.2.4.
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 d03150a372..908bbc6615 100644 --- a/system/vagrant/vagrant.SlackBuild +++ b/system/vagrant/vagrant.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for vagrant -# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2019 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.3} +VERSION=${VERSION:-2.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |