diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2018-02-01 05:08:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-01 05:08:57 +0700 |
commit | 3f294e881642e71861831ed1837e49a6d41aae85 (patch) | |
tree | 495ba996c3b0b1e739137b7b0466a67c9eb7dcf2 /misc/xbanish/xbanish.SlackBuild | |
parent | d97ad3d440300439261b58951dc4337d5c6d2915 (diff) |
misc/xbanish: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/xbanish/xbanish.SlackBuild')
-rw-r--r-- | misc/xbanish/xbanish.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xbanish/xbanish.SlackBuild b/misc/xbanish/xbanish.SlackBuild index ecad49c16293d..2f4ba15d9c1e9 100644 --- a/misc/xbanish/xbanish.SlackBuild +++ b/misc/xbanish/xbanish.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013-2014 LEVAI Daniel +# Copyright (c) 2013-2018 LEVAI Daniel # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ # Build script for xbanish PRGNAM=xbanish -VERSION=${VERSION:-1.2} +VERSION=${VERSION:-1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |