Skip to content

Commit

Permalink
rsync 3.0.9
Browse files Browse the repository at this point in the history
Closes #110.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
mss authored and jacknagel committed Oct 5, 2011
1 parent 79e56bb commit 962dac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions duplicates/rsync.rb
@@ -1,14 +1,14 @@
require 'formula'

class Rsync < Formula
url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.0.8.tar.gz'
url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9.tar.gz'
homepage 'http://rsync.samba.org/'
md5 '0ee8346ce16bdfe4c88a236e94c752b4'
md5 '5ee72266fe2c1822333c407e1761b92b'

depends_on 'libiconv'

def patches
base = "http://gitweb.samba.org/?p=rsync-patches.git;a=blob_plain;hb=v3.0.8;f="
base = "http://gitweb.samba.org/?p=rsync-patches.git;a=blob_plain;hb=v3.0.9;f="
["#{base}fileflags.diff", "#{base}crtimes.diff", "#{base}hfs-compression.diff"]
end

Expand Down

0 comments on commit 962dac0

Please sign in to comment.