Skip to content

Commit

Permalink
duplicity 0.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Aug 23, 2015
1 parent 8c5c4fe commit 8038236
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Formula/duplicity.rb
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
class Duplicity < Formula
desc "Bandwidth-efficient encrypted backup"
homepage "http://www.nongnu.org/duplicity/"
url "https://code.launchpad.net/duplicity/0.6-series/0.6.25/+download/duplicity-0.6.25.tar.gz"
sha256 "ac44f44abc1c5fe775a49b77e722d238c0b3bbb105e083fd505e2dca8e2c1725"
revision 1

devel do
url "https://code.launchpad.net/duplicity/0.7-series/0.7.04/+download/duplicity-0.7.04.tar.gz"
sha256 "b49fb7bbdf0a457adf67e9c9127c107695437cef135aca69bca90d495a97dd7a"
end
url "https://code.launchpad.net/duplicity/0.6-series/0.6.26/+download/duplicity-0.6.26.tar.gz"
sha256 "8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a"

bottle do
sha256 "8b3e2f2ed2cc68ac4c991e9fe3fb3d0d10c3deade91f5709f174ee278fa81cbe" => :yosemite
sha256 "937593295eb3f24892582d2f8b5724b3579ef5ad4ce659514879ec821bd031c3" => :mavericks
sha256 "f5650df238e0350eab37b7147adb59fe18e4bf8c11e1175ec5b962d2294579e5" => :mountain_lion
end

devel do
url "https://code.launchpad.net/duplicity/0.7-series/0.7.04/+download/duplicity-0.7.04.tar.gz"
sha256 "b49fb7bbdf0a457adf67e9c9127c107695437cef135aca69bca90d495a97dd7a"
end

option :universal

depends_on :python if MacOS.version <= :snow_leopard
depends_on "librsync"
depends_on "gnupg"

option :universal

# generated with homebrew-pypi-poet from
# for i in boto pyrax dropbox mega.py paramiko pycrypto
# lockfile python-swiftclient python-keystoneclient; do poet -r $i >>
Expand Down Expand Up @@ -227,6 +226,6 @@ def install
end

test do
system bin/"duplicity", "--version"
system bin/"duplicity", "--dry-run", "--no-encryption", testpath, "file:///#{testpath}/test"
end
end

0 comments on commit 8038236

Please sign in to comment.