Skip to content

Commit

Permalink
Upgrade to libvips v8.15.3 for Linux ARMv6
Browse files Browse the repository at this point in the history
Previous version erroneously targetted ARMv7
  • Loading branch information
lovell committed Aug 13, 2024
1 parent ad36fa0 commit 82cebc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo

* macOS x64 (>= 10.13)
* macOS ARM64
* Linux ARM (glibc >= 2.31)
* Linux ARM (glibc >= 2.28)
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
* Linux s390x (glibc >= 2.31)
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"preferUnplugged": true,
"optionalDependencies": {
"@img/sharp-libvips-linux-arm": "1.0.4"
"@img/sharp-libvips-linux-arm": "1.0.5"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@img/sharp-darwin-x64": "0.33.4",
"@img/sharp-libvips-darwin-arm64": "1.0.4",
"@img/sharp-libvips-darwin-x64": "1.0.4",
"@img/sharp-libvips-linux-arm": "1.0.4",
"@img/sharp-libvips-linux-arm": "1.0.5",
"@img/sharp-libvips-linux-arm64": "1.0.4",
"@img/sharp-libvips-linux-s390x": "1.0.4",
"@img/sharp-libvips-linux-x64": "1.0.4",
Expand Down

0 comments on commit 82cebc3

Please sign in to comment.