wok diff keychain/receipt @ rev 21877

Add libsodium & python-pynacl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 18:18:15 2019 +0200 (2019-09-28)
parents 8dd8bab3f0ca
children 5ea0ce1cecc0
line diff
     1.1 --- a/keychain/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/keychain/receipt	Sat Sep 28 18:18:15 2019 +0200
     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()