diff options
author | Matt Smith <msmith@alpinelinux.org> | 2011-03-23 15:39:26 -0500 |
---|---|---|
committer | Matt Smith <msmith@alpinelinux.org> | 2011-03-23 15:39:26 -0500 |
commit | 49cdecc541e9c652541a1e18892e8a002db73237 (patch) | |
tree | d9882aed76779babdaea98b311016530584661c2 | |
parent | c68a35a52b294cc73ce7e260efb325129b1ed561 (diff) | |
download | aports-49cdecc541e9c652541a1e18892e8a002db73237.tar.bz2 aports-49cdecc541e9c652541a1e18892e8a002db73237.tar.xz |
testing/duplicity: upgrade to 0.6.12
-rw-r--r-- | testing/duplicity/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/duplicity/APKBUILD b/testing/duplicity/APKBUILD index 4248489a27..2562ee2d40 100644 --- a/testing/duplicity/APKBUILD +++ b/testing/duplicity/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Matt Smith <mcs@darkregion.net> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=duplicity -pkgver=0.6.11 +pkgver=0.6.12 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="1116be7aababa467336eac2092f66ab7 duplicity-0.6.11.tar.gz" +md5sums="9b84c984054550bbb2ba29b553567b7b duplicity-0.6.12.tar.gz" |