Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions makefiles/rsync.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += rsync
RSYNC_VERSION := 3.2.4
DEB_RSYNC_V ?= $(RSYNC_VERSION)-1
RSYNC_VERSION := 3.3.0
DEB_RSYNC_V ?= $(RSYNC_VERSION)

rsync-setup: setup
$(call DOWNLOAD_FILES,$(BUILD_SOURCE),https://download.samba.org/pub/rsync/src/rsync-$(RSYNC_VERSION).tar.gz{$(comma).asc})
Expand Down