diff options
author | abooksigun <abooksigun09@gmail.com> | 2020-01-18 07:18:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 07:18:22 +0700 |
commit | c9ed3e263ec956b9ebaf3955e95b54161c6bc3f1 (patch) | |
tree | b33cb95f2830bb57da04e0701e0e1a199598b6cd /development/Fennel/Fennel.SlackBuild | |
parent | 9a00141ac204cf2f7f0e159c7a7d90ca3d481f6a (diff) |
development/Fennel: Updated for version 0.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Fennel/Fennel.SlackBuild')
-rw-r--r-- | development/Fennel/Fennel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/Fennel/Fennel.SlackBuild b/development/Fennel/Fennel.SlackBuild index 3abb4745fa98..2054c2b8cbad 100644 --- a/development/Fennel/Fennel.SlackBuild +++ b/development/Fennel/Fennel.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for Fennel -# Copyright 2019 abooksigun <abooksigun09@gmail.com> +# Copyright 2020 abooksigun <abooksigun09@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Fennel -VERSION=${VERSION:-0.3.1} +VERSION=${VERSION:-0.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |