From: Fredrik Fornwall Date: Wed, 8 Jun 2016 01:15:32 +0000 (-0400) Subject: picolisp&imagemagick: Minor bumpsg X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/035a2a67d1e2c47161e1703f3f2391a9a5322c18 picolisp&imagemagick: Minor bumpsg --- diff --git a/packages/imagemagick/build.sh b/packages/imagemagick/build.sh index 9ca0cfad..f43693f2 100644 --- a/packages/imagemagick/build.sh +++ b/packages/imagemagick/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.imagemagick.org/ TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats" -TERMUX_PKG_VERSION="7.0.1-9" +TERMUX_PKG_VERSION="7.0.1-10" TERMUX_PKG_SRCURL=http://www.imagemagick.org/download/ImageMagick-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-largefile --without-x --with-magick-plus-plus=no --with-bzlib=no --with-xml=yes --with-lzma ac_cv_func_ftime=no ac_cv_header_complex_h=no" TERMUX_PKG_RM_AFTER_INSTALL="bin/Magick-config bin/MagickCore-config bin/MagickWand-config bin/Wand-config share/ImageMagick-6/francais.xml share/man/man1/Magick-config.1 share/man/man1/MagickCore-config.1 share/man/man1/MagickWand-config.1 share/man/man1/Wand-config.1" diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 5225b59b..d6de2263 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework" TERMUX_PKG_DEPENDS="libcrypt, openssl" _PICOLISP_YEAR=16 _PICOLISP_MONTH=6 -_PICOLISP_DAY=3 +_PICOLISP_DAY=4 TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY} TERMUX_PKG_SRCURL=http://software-lab.de/picoLisp.tgz TERMUX_PKG_NO_SRC_CACHE=yes