borg: update to 1.0.11.
This commit is contained in:
parent
6225d87662
commit
5147b6433a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'borg'
|
||||
pkgname=borg
|
||||
version=1.0.10
|
||||
revision=2
|
||||
version=1.0.11
|
||||
revision=1
|
||||
wrksrc="borgbackup-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-devel libressl-devel
|
||||
|
@ -10,11 +10,11 @@ makedepends="${hostmakedepends/python3-setuptools/} acl-devel lz4-devel"
|
|||
depends="python3-llfuse python3-msgpack python3-setuptools"
|
||||
pycompile_module="borg"
|
||||
short_desc="Deduplicating backup program with compression and encryption"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD"
|
||||
homepage="https://borgbackup.github.io/"
|
||||
distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
|
||||
checksum=978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9
|
||||
checksum=fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue