Skip to content

Commit

Permalink
bump(main/rsync): 3.4.1
Browse files Browse the repository at this point in the history
- enable auto updates
- update package description
- set a maintainer
  • Loading branch information
TomJo2000 authored and Grimler91 committed Jan 16, 2025
1 parent f0232a3 commit 2f3f616
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/rsync/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/
TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
TERMUX_PKG_DESCRIPTION="Fast incremental file transfer utility"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.3.0
TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000"
TERMUX_PKG_VERSION=3.4.1
TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
TERMUX_PKG_SHA256=2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52
TERMUX_PKG_DEPENDS="libiconv, liblz4, libpopt, openssh | dropbear, openssl, openssl-tool, xxhash, zlib, zstd"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true

TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
Expand Down

0 comments on commit 2f3f616

Please sign in to comment.