Skip to content

Commit

Permalink
fix(install): use latest libvips version
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jun 8, 2020
1 parent 5bd2c15 commit 8134822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preinstall.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

vips_version_minimum=8.7.2
vips_version_latest_major_minor=8.7
vips_version_minimum=8.9.2
vips_version_latest_major_minor=8.9
vips_version_latest_patch=2
vips_version_full="$vips_version_latest_major_minor.$vips_version_latest_patch"

Expand Down

0 comments on commit 8134822

Please sign in to comment.