diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-12 04:14:03 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:26 +0100 |
commit | 9ae010546d685d663c30ab72b7581e819aa4b025 (patch) | |
tree | d3d4d616f77251d830663efde5d25a7e75b2fd53 /misc/wcd/wcd.SlackBuild | |
parent | ba9c2708bcd7e6e32c1a101c816f7c154204eeee (diff) | |
download | slackbuilds-9ae010546d685d663c30ab72b7581e819aa4b025.tar.gz |
misc/wcd: Updated for version 6.0.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc/wcd/wcd.SlackBuild')
-rw-r--r-- | misc/wcd/wcd.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/wcd/wcd.SlackBuild b/misc/wcd/wcd.SlackBuild index c586e07519..e5bc31880b 100644 --- a/misc/wcd/wcd.SlackBuild +++ b/misc/wcd/wcd.SlackBuild @@ -25,11 +25,13 @@ # with this program (most likely, a file named COPYING). If not, see # <https://www.gnu.org/licenses/>. +# 20180612 bkw: updated for v6.0.2. + # 20171219 bkw: updated for v6.0.1. also, add /etc/profile.d scripts # so wcd actually *works*. PRGNAM=wcd -VERSION=${VERSION:-6.0.1} +VERSION=${VERSION:-6.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |