Install snuffleupagus 0.8.2 instead of 0.8.1 by default (#577)

pull/578/head 1.5.17
Michele Locati 2022-05-24 10:13:52 +02:00 committed by GitHub
parent f984883c9b
commit a225964749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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