summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ben Mendis2010-10-19 06:43:39 +0200
committer Erik Hanson2010-10-20 17:50:24 +0200
commit6eee4888f6ed7f78ff6f60538098d1b6a6b5adce (patch)
tree23bba6ca743490c3a56d6720086058dae6dc8624
parent3d74e7552a27d6bc6cfa1a2d83de6ec4e9516643 (diff)
downloadslackbuilds-6eee4888f6ed7f78ff6f60538098d1b6a6b5adce.tar.gz
development/erlang-otp: Updated for version 14B.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--development/erlang-otp/erlang-otp.SlackBuild4
-rw-r--r--development/erlang-otp/erlang-otp.info10
2 files changed, 6 insertions, 8 deletions
diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild
index 8203693e35..f91fd87233 100644
--- a/development/erlang-otp/erlang-otp.SlackBuild
+++ b/development/erlang-otp/erlang-otp.SlackBuild
@@ -17,19 +17,17 @@
# to erlang-otp, by LukenShiro <Lukenshiro@ngi.it>
PRGNAM=erlang-otp
-VERSION=13B03
+VERSION=14B
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRC_NAME_VERSION=otp_src_R${VERSION}
DOC_NAME_VERSION=otp_doc_man_R${VERSION}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/development/erlang-otp/erlang-otp.info b/development/erlang-otp/erlang-otp.info
index 297b276d43..1d722d9bae 100644
--- a/development/erlang-otp/erlang-otp.info
+++ b/development/erlang-otp/erlang-otp.info
@@ -1,10 +1,10 @@
PRGNAM="erlang-otp"
-VERSION="13B03"
+VERSION="14B"
HOMEPAGE="http://www.erlang.org"
-DOWNLOAD="http://www.erlang.org/download/otp_src_R13B03.tar.gz \
- http://www.erlang.org/download/otp_doc_man_R13B03.tar.gz"
-MD5SUM="411fcb29f0819973f71e28f6b56d9948 \
- 1fe80b110061ef73614824fb06d4d6eb"
+DOWNLOAD="http://www.erlang.org/download/otp_src_R14B.tar.gz \
+ http://www.erlang.org/download/otp_doc_man_R14B.tar.gz"
+MD5SUM="5292a04556d17ad528d570e02357dfbb \
+ 011530a24fbcc194be9bd01f779325a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ben Mendis"