Commit e9bc56c5 authored by aman601's avatar aman601 Committed by GitHub

Update erlang.rb (#4396)

updated url and hash, needs binaries
parent dd9c0c13
......@@ -3,22 +3,16 @@ require 'package'
class Erlang < Package
description 'Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability.'
homepage 'http://www.erlang.org/'
version '20.3'
version '23.1'
compatibility 'all'
source_url 'http://erlang.org/download/otp_src_20.3.tar.gz'
source_sha256 '4e19e6c403d5255531c0b870f19511c8b8e3b080618e4f9efcb44d905935b2a1'
source_url 'http://erlang.org/download/otp_src_23.1.tar.gz'
source_sha256 'cb5b7246eeaac9298c51c9915386df2f784e82a3f7ff93b68453591f0b370400'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/erlang-20.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/erlang-20.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/erlang-20.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/erlang-20.3-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'c11074782368897a2029ef5464d2cba0806cef4722ed73cf729d99635249d53b',
armv7l: 'c11074782368897a2029ef5464d2cba0806cef4722ed73cf729d99635249d53b',
i686: '8003cf2eb75ab2bb12babc08b2f5f894ec45a3dd842f377caa8ddcbc4d6be289',
x86_64: '8d3509fae44a1be086351f6fa97ecfb000c721eab0677316c7dbb7d2a3e96ccb',
})
depends_on 'flex' => :build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment