wok diff libev/receipt @ rev 24022
linld: basic iso9660 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 14 19:55:20 2021 +0000 (2021-03-14) |
parents | e7c3016b3a7d |
children | ede1d184d5c5 |
line diff
1.1 --- a/libev/receipt Mon Apr 01 16:56:17 2019 +0100 1.2 +++ b/libev/receipt Sun Mar 14 19:55:20 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libev" 1.7 -VERSION="4.25" 1.8 +VERSION="4.31" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A full-featured and high-performance event loop." 1.11 MAINTAINER="mallory@sweetpeople.org" 1.12 @@ -25,5 +25,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 }