php-ssh2: bump version to 1.0
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 12 May 2017 12:45:20 +0000 (13:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 May 2017 21:35:39 +0000 (23:35 +0200)
And switch to the official PECL site.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php-ssh2/php-ssh2.hash
package/php-ssh2/php-ssh2.mk

index b514601b93e60b6ab0e051ab9ab84245986d809c..2529f9aef9db72f3bfd13fd9461b2a51cbae6c54 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 3d79a6c9ffed3fd6ec16e834c0cc93cf125d9f5bdbb951b8b76a3507498548d5  php-ssh2-12dd52236c601577a63e33ee71e3ce6dad811e40.tar.gz
+sha256 6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced  ssh2-1.0.tgz
index 931cde91c8a5cb8d53c7d9a7b9f1f407c5802976..7a1372cd7354d5ac54b90d0d2a38c7fff5869c16 100644 (file)
@@ -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