diff options
| author | Charlie Sharpsteen | 2011-10-25 11:23:27 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-25 11:23:27 -0700 |
| commit | 54f51239b53b44b68c91b347cdef1e257c2ddffd (patch) | |
| tree | bd4b270ea5e262737a2f2c9e25f4fe7d165b8536 | |
| parent | e312af79b993c9710f3527e6f94d0baa41b4a743 (diff) | |
| download | homebrew-54f51239b53b44b68c91b347cdef1e257c2ddffd.tar.bz2 | |
duplicity: Update to 0.6.16
| -rw-r--r-- | Library/Formula/duplicity.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb index d7c897745..3050044ff 100644 --- a/Library/Formula/duplicity.rb +++ b/Library/Formula/duplicity.rb @@ -1,9 +1,9 @@ require 'formula' class Duplicity < Formula - url 'http://launchpad.net/duplicity/0.6-series/0.6.15/+download/duplicity-0.6.15.tar.gz' + url 'http://launchpad.net/duplicity/0.6-series/0.6.16/+download/duplicity-0.6.16.tar.gz' homepage 'http://www.nongnu.org/duplicity/' - md5 '88f3c990f41fde86cd7d5af5a1bc7b81' + md5 '55996756a5bc9743add738cfcba2dda2' depends_on 'librsync' depends_on 'gnupg' |
