From 41c69c3759497fde828c09472a1bcc4641e07b8f Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 15 Jul 2019 13:21:03 +0300 Subject: [PATCH] libgd: bump revision Will it help with https://github.com/termux/termux-packages/issues/4056 ? --- packages/libgd/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libgd/build.sh b/packages/libgd/build.sh index fd39ad9e2f..5a05432c69 100644 --- a/packages/libgd/build.sh +++ b/packages/libgd/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://libgd.github.io/ TERMUX_PKG_DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_VERSION=2.2.5 -TERMUX_PKG_REVISION=3 +TERMUX_PKG_REVISION=4 TERMUX_PKG_SHA256=a66111c9b4a04e818e9e2a37d7ae8d4aae0939a100a36b0ffb52c706a09074b5 TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION}/libgd-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="freetype, fontconfig, libiconv, libjpeg-turbo, libpng, libtiff, libwebp, zlib"