mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/erlang-otp: Updated for version 14B.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3d74e7552a
commit
6eee4888f6
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue