diff --git a/satellites/profile-sync-daemon.sat b/satellites/profile-sync-daemon.sat index fb3c3c8..32d6f4d 100644 --- a/satellites/profile-sync-daemon.sat +++ b/satellites/profile-sync-daemon.sat @@ -1,13 +1,13 @@ name=profile-sync-daemon -version=6.31 +version=6.33 dlextract "https://github.com/graysky2/$name/archive/v$version/$name-$version.tar.gz" \ - '159cabc39972be8d72e760a0025b5cd9' -extrafile "$name-$version-fix-filenames-with-spaces.patch" + 'ac6e29dffbb533583d8455ed7272d349' +extrafile "$name-6.31-fix-filenames-with-spaces.patch" _ cd "$name-$version" -patch -p0 -i "../$name-$version-fix-filenames-with-spaces.patch" +patch -p0 -i "../$name-6.31-fix-filenames-with-spaces.patch" make install-bin install-man COMPRESS_MAN=0 \ DESTDIR="$dir_install" \