wok-current diff libffi/receipt @ rev 23485
updated python-formalchemy (1.4.2 -> 1.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 17:07:27 2020 +0100 (2020-04-05) |
parents | 9480f04fa684 |
children | 3e2a0347b2f1 |
line diff
1.1 --- a/libffi/receipt Wed Apr 10 14:03:51 2019 +0100 1.2 +++ b/libffi/receipt Sun Apr 05 17:07:27 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libffi" 1.7 -VERSION="3.2.1" 1.8 +VERSION="3.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A portable foreign function interface library." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -29,5 +29,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 }