diff options
Diffstat (limited to 'games/vbam/vbam.SlackBuild')
-rw-r--r-- | games/vbam/vbam.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games/vbam/vbam.SlackBuild b/games/vbam/vbam.SlackBuild index 4dc06ba1c9..4ec87ac2b8 100644 --- a/games/vbam/vbam.SlackBuild +++ b/games/vbam/vbam.SlackBuild @@ -1,11 +1,10 @@ #!/bin/sh -# Slackbuild for vbam - -# Currently maintained by B. Watson <yalhcru@gmail.com> -# Previously maintained by Dugan Chen <email removed> +# Slackbuild for vbam -# Written by JK Wood <email removed> +# Currently maintained by B. Watson <yalhcru@gmail.com>. +# Previously maintained by Dugan Chen <email removed>. +# Written by JK Wood <email removed>. # Slackbuild is released under the Dog-on-Fire License: # If use of this script causes your dog to catch on fire, @@ -23,10 +22,9 @@ # Modified by the SlackBuilds.org project. +# 20180702 bkw: updated for 2.1.0. # 20180612 bkw: updated for 2.0.2. - # 20171219 bkw: updated for 2.0.1. - # 20170302 bkw: use long-format github URL # 20170126 bkw: @@ -45,7 +43,7 @@ # - Correct README, plus cosmetic reformatting. PRGNAM=vbam -VERSION=${VERSION:-2.0.2} +VERSION=${VERSION:-2.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |