mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
fix(install): use latest libvips version
This commit is contained in:
parent
5bd2c1522e
commit
81348221c2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
vips_version_minimum=8.7.2
|
vips_version_minimum=8.9.2
|
||||||
vips_version_latest_major_minor=8.7
|
vips_version_latest_major_minor=8.9
|
||||||
vips_version_latest_patch=2
|
vips_version_latest_patch=2
|
||||||
vips_version_full="$vips_version_latest_major_minor.$vips_version_latest_patch"
|
vips_version_full="$vips_version_latest_major_minor.$vips_version_latest_patch"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue