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 | |
parent | 9a00141ac204cf2f7f0e159c7a7d90ca3d481f6a (diff) |
development/Fennel: Updated for version 0.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/Fennel/Fennel.SlackBuild | 4 | ||||
-rw-r--r-- | development/Fennel/Fennel.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/development/Fennel/Fennel.info b/development/Fennel/Fennel.info index 36b04dd77cd2..8aaa7c8e75b6 100644 --- a/development/Fennel/Fennel.info +++ b/development/Fennel/Fennel.info @@ -1,8 +1,8 @@ PRGNAM="Fennel" -VERSION="0.3.1" +VERSION="0.3.2" HOMEPAGE="https://fennel-lang.org/" -DOWNLOAD="https://github.com/bakpakin/Fennel/archive/0.3.1/Fennel-0.3.1.tar.gz" -MD5SUM="a172545296f427df8908804087898b34" +DOWNLOAD="https://github.com/bakpakin/Fennel/archive/0.3.2/Fennel-0.3.2.tar.gz" +MD5SUM="db324e9f6a1312c08de736b6d7cb42d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |