diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-02-15 22:10:01 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-02-15 22:10:01 +0100 |
commit | f06152d505841d55f4cc554632df95126cf9bc80 (patch) | |
tree | 201c2bf8dac3d3d80ef2518ea937e4b8a88a3dba /main/duplicity | |
parent | 5120c9332b9e7afa34007020e3d34006547cbc85 (diff) | |
download | aports-f06152d505841d55f4cc554632df95126cf9bc80.tar.bz2 aports-f06152d505841d55f4cc554632df95126cf9bc80.tar.xz |
main/duplicity: upgrade to 0.6.21
Diffstat (limited to 'main/duplicity')
-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 05f9830016..904aac2e0c 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.20 +pkgver=0.6.21 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="83a56c4c17fc50961c961943867deae4 duplicity-0.6.20.tar.gz" +md5sums="4ade1de475e0af64211bb6933b593057 duplicity-0.6.21.tar.gz" |