Update snuffleupagus to v0.11.0 (#971)

pull/972/head
Michele Locati 2024-09-06 15:08:56 +02:00 committed by GitHub
parent 561f1d3338
commit 742bf56cae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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 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 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 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 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 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 sodium 5.6 7.0 7.1

View File

@ -3846,10 +3846,10 @@ installRemoteModule() {
snuffleupagus) snuffleupagus)
if test -z "$installRemoteModule_path"; then if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; 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 installRemoteModule_version=0.9.0
else else
installRemoteModule_version=0.10.0 installRemoteModule_version=0.11.0
fi fi
fi fi
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)" installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"