musl: update to version 1.1.5

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42971
This commit is contained in:
Felix Fietkau 2014-10-19 21:45:41 +00:00
parent 1f85497423
commit 296563018c
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,6 @@ if USE_MUSL
config MUSL_VERSION config MUSL_VERSION
string string
depends on USE_MUSL depends on USE_MUSL
default "1.1.4" default "1.1.5"
endif endif

View file

@ -11,7 +11,7 @@ PKG_NAME:=musl
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION)) PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
PKG_RELEASE=1 PKG_RELEASE=1
PKG_SOURCE_MD5SUM:=f18f3bdbe088438cd64a5313c19a7312 PKG_SOURCE_MD5SUM:=94f8aa9dab80229fed68991bb9984cc5
PKG_SOURCE_URL:=http://www.musl-libc.org/releases PKG_SOURCE_URL:=http://www.musl-libc.org/releases
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz