aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/duply.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/duply.rb b/Library/Formula/duply.rb
index e55989d95..db9c63c81 100644
--- a/Library/Formula/duply.rb
+++ b/Library/Formula/duply.rb
@@ -1,13 +1,13 @@
-require 'formula'
+require "formula"
class Duply < Formula
- homepage 'http://duply.net'
- url 'https://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.7.x/duply_1.7.3.tgz'
- sha1 'f9111e1cfee4cd63a38ff153735d35ca3956aa21'
+ homepage "http://duply.net"
+ url "https://downloads.sourceforge.net/project/ftplicity/duply%20(simple%20duplicity)/1.8.x/duply_1.8.0.tgz"
+ sha1 "167dfa273021931d7ab6e48c9c515d273b4d3015"
- depends_on 'duplicity'
+ depends_on "duplicity"
def install
- bin.install 'duply'
+ bin.install "duply"
end
end