From 3103e47cffeeb677d131ada0bd39b6dede1245d5 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 4 Jun 2019 00:32:48 +0300 Subject: [PATCH] imagemagick-x: update to 7.0.8.48 --- x11-packages/imagemagick-x/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/imagemagick-x/build.sh b/x11-packages/imagemagick-x/build.sh index e0b02dc02..57c026f8e 100644 --- a/x11-packages/imagemagick-x/build.sh +++ b/x11-packages/imagemagick-x/build.sh @@ -1,11 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://www.imagemagick.org/ TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats" TERMUX_PKG_LICENSE="ImageMagick" -TERMUX_PKG_VERSION=7.0.8.46 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_VERSION=7.0.8.48 local _download_version=`echo $TERMUX_PKG_VERSION | sed 's/\(.*\)\./\1-/'` TERMUX_PKG_SRCURL=https://github.com/ImageMagick/ImageMagick/archive/${_download_version}.tar.gz -TERMUX_PKG_SHA256=e6f49b5883d26c7f85207779397bdb083e629acec8de423e6b1d32038e23ded8 +TERMUX_PKG_SHA256=405b4c2eef6fa926f9dd33b5f8e4d63a956cffc02e4cd013c17b1930d101b869 TERMUX_PKG_DEPENDS="fftw, fontconfig, freetype, fribidi, glib, harfbuzz, libandroid-support, libbz2, libcairo-x, libffi, libgraphite, libjpeg-turbo, liblzma, libpixman, libpng, libtiff, libuuid, libwebp, libx11, libxau, libxcb, libxdmcp, libxext, libxml2, littlecms, openjpeg, pango-x, pcre, zlib" TERMUX_PKG_CONFLICTS="imagemagick"