wok-current diff libunwind/receipt @ rev 23374
updated perl-net-http (6.03 -> 6.19)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:52:12 2020 +0100 (2020-03-31) |
parents | 6ef615abdd86 |
children | 17091bc7c301 |
line diff
1.1 --- a/libunwind/receipt Fri Apr 19 10:02:57 2019 +0100 1.2 +++ b/libunwind/receipt Tue Mar 31 13:52:12 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libunwind" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="C programming interface (API) to determine the call-chain of a program." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -27,5 +27,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 }