Skip to content

Commit

Permalink
Bump libvips pre-built package to v8.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Aug 25, 2024
1 parent bac44a7 commit 3ae036f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_scripts/precompiler.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Vix.LibvipsPrecompiled do
fetch_libvips()
end

@vips_version "8.15.0"
@vips_version "8.15.3"

def fetch_libvips do
version = System.get_env("LIBVIPS_VERSION") || @vips_version
Expand All @@ -21,7 +21,7 @@ defmodule Vix.LibvipsPrecompiled do
:ok
end

@release_tag "8.15.0"
@release_tag "8.15.3-rc3"

@filename "libvips-<%= version %>-<%= suffix %>.tar.gz"
@url "https://github.com/akash-akya/sharp-libvips/releases/download/v<%= tag %>/<%= filename %>"
Expand Down

0 comments on commit 3ae036f

Please sign in to comment.