homebrew-core/Formula/duply.rb
Chris Poole a633709c84 duply: update version to 1.5.4
Signed-off-by: David Höppner <0xffea@gmail.com>

* white spaces
2010-11-23 17:35:34 +01:00

13 lines
293 B
Ruby

require 'formula'
class Duply <Formula
url 'http://sourceforge.net/projects/ftplicity/files/duply%20(simple%20duplicity)/1.5.x/duply_1.5.4.tgz'
homepage 'http://duply.net'
md5 '07ca9266d2abec31f2aa19e23f912dac'
depends_on 'duplicity'
def install
bin.install 'duply'
end
end