diff options
author | 2022-06-30 09:26:40 -0400 | |
---|---|---|
committer | 2022-06-30 10:04:32 -0400 | |
commit | fd587747b2356a0faaa40ffa734eb3c84cfacb99 (patch) | |
tree | da8b8fab296e7fa77029d846efafd0fca75eb12f /dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | |
parent | mail-filter/scmail: fix tests with >=dev-scheme/gauche-0.9.10 (diff) | |
download | gentoo-fd587747b2356a0faaa40ffa734eb3c84cfacb99.tar.gz gentoo-fd587747b2356a0faaa40ffa734eb3c84cfacb99.tar.bz2 gentoo-fd587747b2356a0faaa40ffa734eb3c84cfacb99.zip |
dev-php/pecl-ssh2: Update live ebuild and add upstream metadata
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild')
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild index 3d6ba5b1e14c..b5c9256a3d98 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PHP_EXT_NAME="ssh2" -USE_PHP="php7-3 php7-4 php8-0" -EGIT_REPO_URI="https://git.php.net/repository/pecl/networking/ssh2.git" +USE_PHP="php7-4 php8-0 php8-1" +EGIT_REPO_URI="https://github.com/php/pecl-networking-ssh2.git" inherit php-ext-source-r3 git-r3 |