diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-09-17 11:23:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-17 18:27:36 +0200 |
commit | 5634865be2a9db175023f7aec95f594b1130b294 (patch) | |
tree | 82bc19e444d362ba497c4cf6a4546358a6f59dae /package/php-ssh2/php-ssh2.mk | |
parent | c665c7c9cd6646b135cdd9aa7036809f7771ab80 (diff) | |
download | buildroot-5634865be2a9db175023f7aec95f594b1130b294.tar.gz buildroot-5634865be2a9db175023f7aec95f594b1130b294.zip |
package/php-ssh2: bump version to 1.1.2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
-rw-r--r-- | package/php-ssh2/php-ssh2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk index d7ac2b480a..c9c13010dd 100644 --- a/package/php-ssh2/php-ssh2.mk +++ b/package/php-ssh2/php-ssh2.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_SSH2_VERSION = 1.0 +PHP_SSH2_VERSION = 1.1.2 PHP_SSH2_SOURCE = ssh2-$(PHP_SSH2_VERSION).tgz PHP_SSH2_SITE = https://pecl.php.net/get PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ |