Upgrade to libvips v8.10.0-rc4

This commit is contained in:
Lovell Fuller
2020-08-14 10:33:37 +01:00
parent ea54c119ab
commit 4d42bed4f8
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ try {
}
}
// Download to per-process temporary file
const tarFilename = ['libvips', minimumLibvipsVersionLabelled, platformAndArch].join('-') + '.tar.br';
const tarFilename = ['libvips', minimumLibvipsVersion, platformAndArch].join('-') + '.tar.br';
const tarPathCache = path.join(libvips.cachePath(), tarFilename);
if (fs.existsSync(tarPathCache)) {
npmLog.info('sharp', `Using cached ${tarPathCache}`);