X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..c4a2c255821424da01836473fd531f4f7009f91e:/packages/subversion/build.sh diff --git a/packages/subversion/build.sh b/packages/subversion/build.sh index 3d70b599..a465e1f4 100644 --- a/packages/subversion/build.sh +++ b/packages/subversion/build.sh @@ -1,9 +1,7 @@ -TERMUX_PKG_HOMEPAGE=http://subversion.apache.org/ +TERMUX_PKG_HOMEPAGE=https://subversion.apache.org TERMUX_PKG_DESCRIPTION="Centralized version control system characterized by its simplicity" -TERMUX_PKG_VERSION=1.8.13 +TERMUX_PKG_VERSION=1.9.5 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/subversion/subversion-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=8a4fc68aff1d18dcb4dd9e460648d24d9e98657fbed496c582929c6b3ce555e5 TERMUX_PKG_DEPENDS="apr, apr-util, serf, libexpat, libsqlite" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-sasl --without-libmagic" - -# subversion compiles with std=c90, but the NDK asm/byteorder.h uses C99 inline: -CFLAGS+=" -std=c99"