Commit 4eeca991 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #315 from cstrouse/update-rsync

Update rsync from 3.1.1 to 3.1.2
parents 2edb56c1 6126fd59
require 'package' require 'package'
class Rsync < Package class Rsync < Package
version '3.1.1' version '3.1.2'
source_url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.1.1.tar.gz' # software source tarball url source_url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.1.2.tar.gz' # software source tarball url
source_sha1 'c84faba04f721d393feccfa0476bfeed9b5b5250' source_sha1 '0d4c7fb7fe3fc80eeff922a7c1d81df11dbb8a1a'
depends_on 'buildessential' depends_on 'buildessential'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment