X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b8d6ab9de4f9ccba5260ca2cb97d1182a0655973..9c5f22ade4fe719295dddb35fdf0b22f89c91a58:/packages/netpbm/build.sh diff --git a/packages/netpbm/build.sh b/packages/netpbm/build.sh index 4f0c8f92..8bcb0c51 100644 --- a/packages/netpbm/build.sh +++ b/packages/netpbm/build.sh @@ -1,12 +1,11 @@ TERMUX_PKG_HOMEPAGE=http://netpbm.sourceforge.net/ -TERMUX_PKG_DESCRIPTION="Toolkit for manipulation of graphic images, including conversion of images between a variety of different formats" +TERMUX_PKG_DESCRIPTION="Toolkit for manipulation of graphic images of different formats" # The netpbm releases are described at http://netpbm.sourceforge.net/release.html # and are divided among (1) Development, (2) Advanced, (3) Stable and (4) Super Stable. # Only Super Stable is distributed as a tar ball, but is outdated and does not compile with modern libpng. # So use revisions from http://svn.code.sf.net/p/netpbm/code/advanced for packages. -TERMUX_PKG_VERSION=3084 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SHA256=07ab08350a3afcf11e500893f3ad49c1cd7143f389c83af9cc20aa8450c5bfe4 +TERMUX_PKG_VERSION=3094 +TERMUX_PKG_SHA256=2f4d8c245f174e391a4cf2418075c06532aee8a5fcc8dbbb8f2e7012cd9d52a4 TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/netpbm-advanced-r${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libpng, libxml2, libjpeg-turbo, libtiff" TERMUX_PKG_BUILD_IN_SRC=yes