musl: update to version 1.1.3
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41394 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
494e56278e
commit
b44e6b3768
|
@ -3,6 +3,6 @@ if USE_MUSL
|
|||
config MUSL_VERSION
|
||||
string
|
||||
depends on USE_MUSL
|
||||
default "1.1.2"
|
||||
default "1.1.3"
|
||||
|
||||
endif
|
||||
|
|
|
@ -11,7 +11,7 @@ PKG_NAME:=musl
|
|||
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
|
||||
PKG_RELEASE=1
|
||||
|
||||
PKG_SOURCE_MD5SUM:=a81309e54efdf9c68baf679790fc5678
|
||||
PKG_SOURCE_MD5SUM:=1628bd4c86b14b90447e1dcf8421aed7
|
||||
|
||||
PKG_SOURCE_URL:=http://www.musl-libc.org/releases
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
|
Loading…
Reference in New Issue