duplicity: update to 0.7.16.
This commit is contained in:
parent
3ad106849e
commit
76fba9f5e7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.7.15
|
||||
version=0.7.16
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
|
@ -10,10 +10,11 @@ depends="python-fasteners"
|
|||
pycompile_module="duplicity"
|
||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
_changelog="http://duplicity.nongnu.org/CHANGELOG"
|
||||
license="GPL-2"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=50bf7d14413284ecb036146ab9ba0e271937f2fa7826f8c8300b2965eb450a6c
|
||||
checksum=a8f5e1e77dcc5e03a7d206086b8ef89fa574c59de582ed15db5987c40b842718
|
||||
|
||||
post_extract() {
|
||||
chmod 0644 bin/*.1
|
||||
|
|
Loading…
Reference in New Issue