From ed6c736a6338119e12465a0f55889d92293a24c6 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Tue, 11 Aug 2020 12:26:19 +0300 Subject: [PATCH] rsync: update to 3.2.3 Signed-off-by: Maxim Storchak --- net/rsync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index c7c400fd3..ca8205ea7 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync -PKG_VERSION:=3.2.2 +PKG_VERSION:=3.2.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.samba.org/pub/rsync/src -PKG_HASH:=644bd3841779507665211fd7db8359c8a10670c57e305b4aab61b4e40037afa8 +PKG_HASH:=becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-3.0-or-later