libuv: bump version.

remove static library.
This commit is contained in:
Jerome Duval
2020-03-20 17:54:16 +01:00
parent 59ec1515ef
commit e51f47bcc9
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2015-present libuv project contributors"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/libuv/libuv/archive/v$portVersion/libuv-$portVersion.tar.gz"
CHECKSUM_SHA256="0d9d38558b45c006c1ea4e8529bae64caf8becda570295ea74e3696362aeb7f2"
CHECKSUM_SHA256="ff84a26c79559e511f087aa67925c3b4e0f0aac60cd8039d4d38b292f208ff58"
PATCHES="libuv-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
@@ -61,8 +61,8 @@ INSTALL()
{
make install
# remove libtool file
rm -f $libDir/libuv.la
# remove libtool file and static library
rm -f $libDir/libuv.la $libDir/libuv.a
prepareInstalledDevelLib libuv