diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-05-09 18:03:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-05-09 18:03:10 +0000 |
commit | 2dcf8c83691bc7981d53f254d845daef248fd057 (patch) | |
tree | 64758ec97b8b697400d5f498f61124e8ab3c6358 /main/duplicity | |
parent | a13ba9a9108d71d8f8f48c7b769bbcf6c065103d (diff) | |
download | aports-2dcf8c83691bc7981d53f254d845daef248fd057.tar.bz2 aports-2dcf8c83691bc7981d53f254d845daef248fd057.tar.xz |
main/duplicity: upgrade to 0.7.07.1
Diffstat (limited to 'main/duplicity')
-rw-r--r-- | main/duplicity/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index 06c542e733..dd4a2855aa 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Matt Smith <mcs@darkregion.net> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=duplicity -pkgver=0.7.06 +pkgver=0.7.07.1 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" @@ -36,6 +36,6 @@ package() { python setup.py install --root "$pkgdir" } -md5sums="ca81b220ead17dcd454ffcf52dbb6f33 duplicity-0.7.06.tar.gz" -sha256sums="0075595edb894399cf00fae9154aae93a07eaadc031fede5df4cc595436c7f8c duplicity-0.7.06.tar.gz" -sha512sums="ea591ca9b6e06b94a8d77142bf3a91495ca363fa09196d0a5134d7be3310a6fbf2ead8b9d36297d4fa1f951c3713057cc94c588c521c144e93297825534d88c6 duplicity-0.7.06.tar.gz" +md5sums="4f90bcd93f5e6ac1aa3f4519b28f5b89 duplicity-0.7.07.1.tar.gz" +sha256sums="594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 duplicity-0.7.07.1.tar.gz" +sha512sums="363266232763791bac9e84a9e345dda6ffa278a89597a094540088e12e47b56cb2459f72073c0020b77504514149b1ccb9bed7a67e516443a674975954f49129 duplicity-0.7.07.1.tar.gz" |