aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-05 09:48:50 +0100
committerMike McQuaid2014-08-05 10:33:26 +0100
commit835155c3c525b84bde67a60c6c288fa564c86df6 (patch)
treef9bd3393e442f9d24c71ae2086338f61bdeb1f53 /Library
parent8d074a9af26f4941fcd1c49aab4b980eb9203cb0 (diff)
downloadhomebrew-835155c3c525b84bde67a60c6c288fa564c86df6.tar.bz2
duplicity: add 0.6.24 bottle.
Closes #31342. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/duplicity.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index cae2cc301..05dfeefb9 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -5,6 +5,13 @@ class Duplicity < Formula
url "http://code.launchpad.net/duplicity/0.6-series/0.6.24/+download/duplicity-0.6.24.tar.gz"
sha1 "1d0bab80cb9465080179307d969e292c7145c714"
+ bottle do
+ cellar :any
+ sha1 "dda9a29d50ff2a600dcf09d464508c2f73dcadc3" => :mavericks
+ sha1 "bb80b982fe70b9ef9376808ae232c4e2a010bf56" => :mountain_lion
+ sha1 "e0834d616e404ce6fb6605b8a9524d329b8bce6a" => :lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on "librsync"
depends_on "gnupg"