diff options
| author | Ali Sabil | 2015-02-06 14:26:28 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-06 15:29:10 +0000 | 
| commit | dd74af520986757d2027ef177000e4421b47b7cc (patch) | |
| tree | cb19389a44af4fce29b0ad3352a7a69b975f5b7f | |
| parent | 4489077bcf7b5f3c30c0ca2bd344ab84062ea82f (diff) | |
| download | homebrew-dd74af520986757d2027ef177000e4421b47b7cc.tar.bz2 | |
erlang 17.4.1
Update erlang to 17.4.1
Closes #36598.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/erlang.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index fc043a11c..dd995ad66 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -3,12 +3,11 @@  # elixir are compatible.  class Erlang < Formula    homepage "http://www.erlang.org" -  revision 1    stable do      # Download tarball from GitHub; it is served faster than the official tarball. -    url "https://github.com/erlang/otp/archive/OTP-17.4.tar.gz" -    sha256 "3fe1de7915cd603ebabe103d5d94b8f440fe57ad8e6f62bd6837b6949e08ba1a" +    url "https://github.com/erlang/otp/archive/OTP-17.4.1.tar.gz" +    sha256 "3ff545f086c541d1d5fefc9777ed5ddc93f3a20bf30d93f38399fba417ccf58e"    end    head "https://github.com/erlang/otp.git" | 
