development/erlang-otp: Updated for version 19.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Ryan S. Northrup 2017-05-05 15:45:17 +01:00 committed by Willy Sudiarto Raharjo
parent 268b0ab073
commit 430b1a4481
3 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
Erlang is a general-purpose concurrent programming language and runtime
system. The sequential subset of Erlang is a functional language, with
strict evaluation, single assignment, and dynamic typing. It was designed
by Ericsson to support distributed, fault-tolerant, soft-real-time,
non-stop applications.
Erlang is a general-purpose concurrent programming language and
runtime system. The sequential subset of Erlang is a functional
language, with strict evaluation, single assignment, and dynamic
typing. It was designed by Ericsson to support distributed,
fault-tolerant, soft-real-time, non-stop applications.
wxPython and jdk are optional dependencies.

View file

@ -21,7 +21,7 @@
# of README in upstream
PRGNAM=erlang-otp
VERSION=${VERSION:-19.2}
VERSION=${VERSION:-19.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="erlang-otp"
VERSION="19.2"
VERSION="19.3"
HOMEPAGE="http://www.erlang.org"
DOWNLOAD="http://www.erlang.org/download/otp_src_19.2.tar.gz \
http://www.erlang.org/download/otp_doc_man_19.2.tar.gz"
MD5SUM="7cdd18a826dd7bda0ca46d1c3b2efca6 \
4464aa2a63196880883de9636e177cff"
DOWNLOAD="http://www.erlang.org/download/otp_src_19.3.tar.gz \
http://www.erlang.org/download/otp_doc_man_19.3.tar.gz"
MD5SUM="a8c259ec47bf84e77510673e1b76b6db \
63f115d98934f4483a0341c567193747"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""