dev-perl/Net-SFTP: Version bump 0.12

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-07-15 23:32:21 +02:00
parent 423a89a343
commit 79ada0e847
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Net-SFTP-0.10.tar.gz 24676 BLAKE2B 16d74c6f4d48b10071b18c83895c04bb04dbf5d66bf7258aafaedc3ee2bf35f6b42c7ef5127001303f67b541ff56b74d8b2c72539c3e0c6382dc79cbd89d2c30 SHA512 1810e7d0b6915c97cea392c39e948699aeaa7bddc3fa25575d4a94d42a858a5ac02031ef0c25e7756193fd5f3f9bb79ab3a3211d4b08ddb1dd5964687146d3c1
DIST Net-SFTP-0.12.tar.gz 27017 BLAKE2B c2e4977592830de22f67621a17ab0989eba8ee1f1e31c7a0b4312920d6b0228be8687c1a14b60bd4d9ad0d1688e3fef8a035375a46c894d27d350c956c399601 SHA512 1b24366ba49ed8d54297ae6752536959256365a601e0c10842f1d1308f0fb47d6ddf576dc7c6d6aff3910299203d5a82e97104016d0202eef3cfc62a24a78dfa

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LKINLEY
DIST_VERSION=0.12
DIST_EXAMPLES=("eg/*")
inherit perl-module
DESCRIPTION="Secure File Transfer Protocol client"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Math-Int64-0.540.0
>=dev-perl/Net-SSH-Perl-2.120.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"