X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/c48a747e1c8083871de4a592f16a3a1572e0c733..f252068260cd4a0d8abcaf8fa3b0f9328854d707:/packages/rsync/build.sh diff --git a/packages/rsync/build.sh b/packages/rsync/build.sh index c4f689a2..8056ebf7 100755 --- a/packages/rsync/build.sh +++ b/packages/rsync/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/ TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer" TERMUX_PKG_VERSION=3.1.2 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-rsyncd-conf=$TERMUX_PREFIX/etc/rsyncd.conf --with-included-zlib=no --disable-debug"