From 742bf56caec3075a237a988bf8bfa6abe1e86d2e Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 6 Sep 2024 15:08:56 +0200 Subject: [PATCH] Update snuffleupagus to v0.11.0 (#971) --- data/supported-extensions | 2 +- install-php-extensions | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/supported-extensions b/data/supported-extensions index 806d27f..a9dd20f 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -102,7 +102,7 @@ simdjson 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 smbclient 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 snappy 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 snmp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 -snuffleupagus 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 +snuffleupagus 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 soap 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 sockets 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 sodium 5.6 7.0 7.1 diff --git a/install-php-extensions b/install-php-extensions index cd1150a..73d8be8 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3846,10 +3846,10 @@ installRemoteModule() { snuffleupagus) if test -z "$installRemoteModule_path"; then if test -z "$installRemoteModule_version"; then - if test $PHP_MAJMIN_VERSION -le 704; then + if test $PHP_MAJMIN_VERSION -le 800; then installRemoteModule_version=0.9.0 else - installRemoteModule_version=0.10.0 + installRemoteModule_version=0.11.0 fi fi installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"