summaryrefslogtreecommitdiffstats
path: root/package/php-ssh2/php-ssh2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
-rw-r--r--package/php-ssh2/php-ssh2.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk
index 931cde91c8..7a1372cd73 100644
--- a/package/php-ssh2/php-ssh2.mk
+++ b/package/php-ssh2/php-ssh2.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PHP_SSH2_VERSION = 12dd52236c601577a63e33ee71e3ce6dad811e40
-PHP_SSH2_SITE = $(call github,php,pecl-networking-ssh2,$(PHP_SSH2_VERSION))
+PHP_SSH2_VERSION = 1.0
+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 \
--with-ssh2=$(STAGING_DIR)/usr
# phpize does the autoconf magic
OpenPOWER on IntegriCloud