diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-17 19:53:52 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-17 19:55:30 +0100 |
commit | 6a98ed27965f274f9614e8c27b8a88e5140c947f (patch) | |
tree | 3aca71d5d2861b42216b8406815794e658c4d0b1 /main/duplicity/APKBUILD | |
parent | 4ec16b820ccb03a6d971cd1cb3bed552ac7cd52e (diff) | |
download | aports-6a98ed27965f274f9614e8c27b8a88e5140c947f.tar.bz2 aports-6a98ed27965f274f9614e8c27b8a88e5140c947f.tar.xz |
main/duplicity: upgrade to 0.6.20
Diffstat (limited to 'main/duplicity/APKBUILD')
-rw-r--r-- | main/duplicity/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index a918037f7d..05f9830016 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Matt Smith <mcs@darkregion.net> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=duplicity -pkgver=0.6.18 +pkgver=0.6.20 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" @@ -30,4 +30,4 @@ package() { python setup.py install --root "$pkgdir" } -md5sums="66b5e64de43e09d3c3ff9890faf9de07 duplicity-0.6.18.tar.gz" +md5sums="83a56c4c17fc50961c961943867deae4 duplicity-0.6.20.tar.gz" |