borg: update to 1.0.6.
This commit is contained in:
parent
ef25a2bf8f
commit
78a9e50db9
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'borg'
|
||||
pkgname=borg
|
||||
version=1.0.5
|
||||
version=1.0.6
|
||||
revision=1
|
||||
wrksrc="borgbackup-$version"
|
||||
wrksrc="borgbackup-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel
|
||||
python3.4-Sphinx python3.4-sphinx_rtd_theme"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="BSD"
|
||||
homepage="https://borgbackup.github.io/"
|
||||
distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
|
||||
checksum=a5cfbe7846962405265f74ec3ee352ee4d985e308b6749acdfe88f754fe12777
|
||||
checksum=b72444d260b66538b6b5394f4f1919ab095214d130b5ffbb18ed83dac94db6b7
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue