Add support for snuffleupagus on PHP 8.2 (#721)

pull/722/head
Michele Locati 2023-03-15 16:34:47 +01:00 committed by GitHub
parent b27f9786b8
commit 612b82f08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ simdjson 7.1 7.2 7.3 7.4 8.0 8.1 8.2
smbclient 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
snappy 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
snmp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
snuffleupagus 7.0 7.1 7.2 7.3 7.4 8.0 8.1
snuffleupagus 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
soap 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
sockets 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
sodium 5.6 7.0 7.1

View File

@ -3185,7 +3185,7 @@ installRemoteModule() {
snuffleupagus)
if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=0.8.2
installRemoteModule_version=0.9.0
fi
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
cd "$installRemoteModule_src/src"