telepresence: update to 0.102.

This commit is contained in:
Daniel Santana 2019-10-13 23:10:34 -03:00 committed by Johannes
parent 9706044053
commit 8adea6ccaa

View file

@ -1,6 +1,6 @@
# Template file for 'telepresence'
pkgname=telepresence
version=0.101
version=0.102
revision=1
archs=noarch
build_style=python3-module
@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://www.telepresence.io"
changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/docs/reference/changelog.md"
distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz"
checksum=5aa120fbc13ef6f9404f2809e534f13378a741559bdf9a318ca89a7d7225e4d1
checksum=f5b5a7da8504dbfdcee9c25baaad3c9c06671a483918245391400e2ed20885e0
post_build() {
packaging/build-sshuttle.py
@ -21,5 +21,4 @@ post_build() {
post_install() {
vbin dist/sshuttle-telepresence
vlicense LICENSE
}