obnam: update to 1.20.2.
This commit is contained in:
parent
3b7aea642a
commit
4a513033e8
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'obnam'
|
||||
pkgname=obnam
|
||||
version=1.19.1
|
||||
version=1.20.2
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
makedepends="python-devel python-larch python-paramiko"
|
||||
hostmakedepends="$makedepends python-yaml mdocml"
|
||||
hostmakedepends="$makedepends python-yaml mdocml ncurses-term"
|
||||
depends="python python-larch python-paramiko python-fuse python-yaml"
|
||||
pycompile_module="obnamlib"
|
||||
short_desc="Backup program that supports encryption and deduplication"
|
||||
|
@ -12,4 +12,6 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
homepage="http://obnam.org"
|
||||
license="GPL-3"
|
||||
distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
||||
checksum=0c37c7407b765eddc0379bfe1ed62540fed332f602d57f32aa3b31f1f75aca24
|
||||
checksum=b84a39d976acb007414c1ed972c0869693f38c185889bb8bb4f1a61ce5b30f65
|
||||
|
||||
export TERM=vt100
|
||||
|
|
Loading…
Reference in a new issue