wok-current diff gpgme-dev/receipt @ rev 25397
updated viewnior (1.7 -> 1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 10:30:16 2022 +0100 (2022-08-02) |
parents | b0c94f3ac5fd |
children |
line diff
1.1 --- a/gpgme-dev/receipt Fri Feb 21 17:41:08 2020 +0100 1.2 +++ b/gpgme-dev/receipt Tue Aug 02 10:30:16 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpgme-dev" 1.7 -VERSION="1.13.1" 1.8 +VERSION="1.17.1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="C language library that allows to add support for cryptography to a program - development files." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -15,6 +15,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 cp -a $install/* $fs 1.16 - rm -r $fs/usr/bin/gpgme-tool \ 1.17 - $fs/usr/lib/*.so* 1.18 + rm -r $fs/usr/bin/gpgme-tool 1.19 + rm -r $fs/usr/lib/*.so* 1.20 }