Skip to content

Commit

Permalink
Upgrade to libvips v8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 27, 2019
1 parent 690bc43 commit a6f57d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Expand Up @@ -2,7 +2,7 @@

### v0.23 - "*vision*"

Requires libvips v8.8.0.
Requires libvips v8.8.1.

#### v0.23.0 - TBD

Expand Down
2 changes: 1 addition & 1 deletion install/libvips.js
Expand Up @@ -63,7 +63,7 @@ try {
if (platformAndArch === 'freebsd-x64' || platformAndArch === 'openbsd-x64' || platformAndArch === 'sunos-x64') {
throw new Error(`BSD/SunOS systems require manual installation of libvips >= ${minimumLibvipsVersion}`);
}
if (detectLibc.family === detectLibc.GLIBC && detectLibc.version && semver.lt(`${detectLibc.version}.0`, '2.19.0')) {
if (detectLibc.family === detectLibc.GLIBC && detectLibc.version && semver.lt(`${detectLibc.version}.0`, '2.17.0')) {
throw new Error(`Use with glibc version ${detectLibc.version} requires manual installation of libvips >= ${minimumLibvipsVersion}`);
}
// Download to per-process temporary file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -122,7 +122,7 @@
},
"license": "Apache-2.0",
"config": {
"libvips": "8.8.0"
"libvips": "8.8.1"
},
"engines": {
"node": ">=8.5.0"
Expand Down

0 comments on commit a6f57d5

Please sign in to comment.