From 0db9158679fff0f84e8d5ebe523941f4d390078d Mon Sep 17 00:00:00 2001 From: Andrew Kraut Date: Sat, 5 Jul 2014 00:13:20 -0700 Subject: [PATCH] add duplicati cask --- Casks/duplicati.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Casks/duplicati.rb diff --git a/Casks/duplicati.rb b/Casks/duplicati.rb new file mode 100644 index 000000000000..c820c0976a43 --- /dev/null +++ b/Casks/duplicati.rb @@ -0,0 +1,9 @@ +class Duplicati < Cask + version '1.3.4' + sha256 'd97065d012fb929fa4e37b5efab2d246b6aef667f892a95301a1271f704963f2' + + url 'http://duplicati.googlecode.com/files/Duplicati%201.3.4.dmg' + homepage 'http://www.duplicati.com/' + + link 'Duplicati.app' +end