diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-31 07:23:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-31 07:43:41 +0000 |
commit | c37ba4c0a8108d080d9cf86cadad8df9c46d616f (patch) | |
tree | 3f2c5127fdfe3b4efbb80b3f4e2576df997dab10 /main/duplicity | |
parent | dc517c0aec848ae449eb80c7f1cc4df637c6d60b (diff) | |
download | aports-c37ba4c0a8108d080d9cf86cadad8df9c46d616f.tar.bz2 aports-c37ba4c0a8108d080d9cf86cadad8df9c46d616f.tar.xz |
main/duplicity: upgrade to 0.6.22
Diffstat (limited to 'main/duplicity')
-rw-r--r-- | main/duplicity/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index 904aac2e0c..59830add88 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -1,16 +1,16 @@ # Contributor: Matt Smith <mcs@darkregion.net> # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=duplicity -pkgver=0.6.21 +pkgver=0.6.22 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" arch="all" license="GPL" depends="python py-boto ncftp librsync gnupg" -makedepends="wget python-dev py-setuptools librsync-dev" +makedepends="python-dev py-setuptools librsync-dev" install= -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-lang" source="https://code.launchpad.net/$pkgname/${pkgver:0:3}-series/$pkgver/+download/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver @@ -30,4 +30,6 @@ package() { python setup.py install --root "$pkgdir" } -md5sums="4ade1de475e0af64211bb6933b593057 duplicity-0.6.21.tar.gz" +md5sums="5b035359a6bb7b2f3f3b9829c6c071e1 duplicity-0.6.22.tar.gz" +sha256sums="6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12 duplicity-0.6.22.tar.gz" +sha512sums="0fe838707c91e2933f0edc4b9258edd081a2e0b8ed0cd31bf229f08883b60ca9cb8d44f70b00632a926548d375417e3a5f9747a0c3eeef15bfa541a27062dfd5 duplicity-0.6.22.tar.gz" |