diff options
author | Juergen Daubert <jue@jue.li> | 2017-01-27 09:56:27 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2017-01-27 09:56:27 +0100 |
commit | 135d39ae6646744aa45eccf8b066abaeec81a663 (patch) | |
tree | 18763b9f6189a91890c65d0bde82e745d48ab26c /rsync | |
parent | d66e796c49f1e0f1a1499c34efa3b1cb25f0ba9e (diff) | |
download | core-135d39ae6646744aa45eccf8b066abaeec81a663.tar.gz core-135d39ae6646744aa45eccf8b066abaeec81a663.tar.xz |
rsync: fix source URL
Diffstat (limited to 'rsync')
-rw-r--r-- | rsync/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsync/Pkgfile b/rsync/Pkgfile index 8b4aaf6e..ec410a0d 100644 --- a/rsync/Pkgfile +++ b/rsync/Pkgfile @@ -1,12 +1,12 @@ # Description: Utility for incremental file transfers over networks -# URL: http://rsync.samba.org +# URL: https://rsync.samba.org # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: acl name=rsync version=3.1.2 release=1 -source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ +source=(https://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ rsyncd.conf rsyncd rsync.driver) build () { |