homebrew-core/Formula/duply.rb
Victor Martinez 8dc451e3e2 Fixed several broken sourceforge.net download locations
Closes Homebrew/homebrew#20645.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-30 12:17:57 -07:00

13 lines
307 B
Ruby

require 'formula'
class Duply < Formula
homepage 'http://duply.net'
url 'http://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.5.x/duply_1.5.10.tgz'
sha1 '01db7ac0d884ff643ee6a51d6ac81f9270b7a76b'
depends_on 'duplicity'
def install
bin.install 'duply'
end
end