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:
parent
6213463aeb
commit
189d9ec138
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue