homebrew-core/Formula/duply.rb
Jaime Marquínez Ferrándiz 74c83fa9f6 Batch convert http download urls from SourceForge to https
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-02 09:16:53 -08:00

13 lines
307 B
Ruby

require 'formula'
class Duply < Formula
homepage 'http://duply.net'
url 'https://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.6.x/duply_1.6.0.tgz'
sha1 '0e376c331b26b64cf1d537b3d9f417eac393fd92'
depends_on 'duplicity'
def install
bin.install 'duply'
end
end