ports/core (3.3): rsync: fix source URL
commit 135d39ae6646744aa45eccf8b066abaeec81a663 Author: Juergen Daubert <jue@jue.li> Date: Fri Jan 27 09:56:27 2017 +0100 rsync: fix source URL diff --git a/rsync/Pkgfile b/rsync/Pkgfile index 8b4aaf6..ec410a0 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 () {
participants (1)
-
crux@crux.nu