development/Fennel: Updated for version 0.7.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
abooksigun 2020-11-14 08:18:28 +07:00 committed by Willy Sudiarto Raharjo
parent 87e2c56419
commit 0d7834f711
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Fennel
VERSION=${VERSION:-0.6.0}
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="Fennel"
VERSION="0.6.0"
VERSION="0.7.0"
HOMEPAGE="https://fennel-lang.org/"
DOWNLOAD="https://github.com/bakpakin/Fennel/archive/0.6.0/Fennel-0.6.0.tar.gz"
MD5SUM="dac8e51dbc8f86d3bd60356f3cdf086f"
DOWNLOAD="https://github.com/bakpakin/Fennel/archive/0.7.0/Fennel-0.7.0.tar.gz"
MD5SUM="1b8586a8b54e83c6ace7c3a0f876f237"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"