Rsync package: Fix Src Link (#7367)

Fix the source link to rsync downloads.

The old link only contained the latest release, the new link
contains all.
This commit is contained in:
Axel Huebl 2018-03-02 15:42:26 +09:00 committed by scheibelp
parent 6213463aeb
commit 189d9ec138

View file

@ -28,7 +28,7 @@
class Rsync(AutotoolsPackage):
"""An open source utility that provides fast incremental file transfer."""
homepage = "https://rsync.samba.org"
url = "https://download.samba.org/pub/rsync/rsync-3.1.1.tar.gz"
url = "https://download.samba.org/pub/rsync/src/rsync-3.1.2.tar.gz"
version('3.1.2', '0f758d7e000c0f7f7d3792610fad70cb')
version('3.1.1', '43bd6676f0b404326eee2d63be3cdcfe')