wok diff musl-libc/receipt @ rev 23495

updated python-humanize (0.5.1 -> 1.0.0)
author Hans-G?nter Theisgen
date Mon Apr 06 07:04:00 2020 +0100 (2020-04-06)
parents 8b98a5e6599b
children 453c249b6219
line diff
     1.1 --- a/musl-libc/receipt	Sun Dec 01 11:07:17 2019 +0100
     1.2 +++ b/musl-libc/receipt	Mon Apr 06 07:04:00 2020 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="musl-libc"
     1.7 -SOURCE="musl"
     1.8 -VERSION="1.1.24"
     1.9 +VERSION="1.2.0"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="A lightweight, fast, simple, free libc."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.musl-libc.org/"
    1.15  
    1.16 +SOURCE="musl"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18  WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.19  
    1.20 @@ -38,5 +38,5 @@
    1.21  	cp -a $install/lib			$fs
    1.22  	ln -s /usr/share/musl/lib/libc.so	$fs/bin/ldd-musl
    1.23  	cp -a $install/usr/share/musl/lib/*.so  $fs/usr/share/musl/lib
    1.24 -	echo "/usr/share/musl/lib" > $fs/etc/ld-musl-$TARGET.path
    1.25 +	echo "/usr/share/musl/lib" >		$fs/etc/ld-musl-$TARGET.path
    1.26  }