|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2009-2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2009-2015 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -8,13 +8,13 @@
|
8
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
PKG_NAME:=erlang
|
11
|
|
-PKG_VERSION:=17.3
|
|
11
|
+PKG_VERSION:=17.4
|
12
|
12
|
PKG_RELEASE:=1
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
|
15
|
15
|
PKG_SOURCE_URL:= http://www.erlang.org/download/ \
|
16
|
16
|
http://erlang.mirror.su.se/
|
17
|
|
-PKG_MD5SUM:=1d0bb2d54dfe1bb6844756b99902ba20
|
|
17
|
+PKG_MD5SUM:=3d33c4c6bd7950240dcd7479edd9c7d8
|
18
|
18
|
|
19
|
19
|
PKG_LICENSE:=ErlPL-1.1
|
20
|
20
|
PKG_LICENSE_FILES:=EPLICENCE
|