From 3ae036f7e1d7b8cc18215a5861fe796f2c4fa8e2 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Sun, 25 Aug 2024 21:39:05 +0530 Subject: [PATCH] Bump libvips pre-built package to v8.15.3 --- build_scripts/precompiler.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_scripts/precompiler.exs b/build_scripts/precompiler.exs index ef18c9e..35da34f 100644 --- a/build_scripts/precompiler.exs +++ b/build_scripts/precompiler.exs @@ -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 @@ -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 %>"