wok diff keychain/receipt @ rev 22589
updated cgdb (0.6.5 -> 0.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 15:47:23 2020 +0100 (2020-01-07) |
parents | 8dd8bab3f0ca |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/keychain/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/keychain/receipt Tue Jan 07 15:47:23 2020 +0100 1.3 @@ -1,16 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="keychain" 1.7 -VERSION="2.7.1" 1.8 +VERSION="2.8.5" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Ssh and GPG keys managment tools." 1.11 +TAGS="ssh" 1.12 +SHORT_DESC="SSH and GPG keys managment tools." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL2" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="https://www.funtoo.org/Keychain" 1.17 -WGET_URL="http://www.funtoo.org/archive/$PACKAGE/$TARBALL" 1.18 -SUGGESTED="openssh gnupg" 1.19 -TAGS="ssh" 1.20 + 1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.22 +WGET_URL="https://github.com/funtoo/$PACKAGE/archive/$VERSION.tar.gz" 1.23 + 1.24 +SUGGESTED="gnupg openssh" 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules()