diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-10 08:28:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-10 12:08:19 +0000 |
commit | 917de04d829b4e6549be4ef5dadbb7ceda08dddf (patch) | |
tree | 76f807c54128f8d6696b79a8020fb49ebeed1faf /main/duplicity | |
parent | b374e3060a89877da898f3401865cc91aa7adeb7 (diff) | |
download | aports-917de04d829b4e6549be4ef5dadbb7ceda08dddf.tar.bz2 aports-917de04d829b4e6549be4ef5dadbb7ceda08dddf.tar.xz |
main/duplicity: upgrade to 0.6.25
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 20a71c052f..81974c05ae 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.24 +pkgver=0.6.25 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" @@ -35,6 +35,6 @@ package() { python setup.py install --root "$pkgdir" } -md5sums="5d4e9329a6d793880909d18b0736ff06 duplicity-0.6.24.tar.gz" -sha256sums="1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450 duplicity-0.6.24.tar.gz" -sha512sums="5bb783ef6ddbfa6672279287b01f44e33256829971e7b8bbe26d648d2c78d438018bddd977281b8a1ff7e5c1505a3b60fe03ecb5ba8022a597f9f952b2815273 duplicity-0.6.24.tar.gz" +md5sums="bf5aa7f09f8c96e732dd870c0abf5bbf duplicity-0.6.25.tar.gz" +sha256sums="ac44f44abc1c5fe775a49b77e722d238c0b3bbb105e083fd505e2dca8e2c1725 duplicity-0.6.25.tar.gz" +sha512sums="17304e38990e0a34aa4bae9f2d12a99ece031ac048667fba27afbcc32e1fb8455a2672426e49edb543bd7e345dc74f784f34c26ec2e1651eb10ba479868e04a0 duplicity-0.6.25.tar.gz" |