summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-09-14 07:48:57 -0400
committerDavid Birks2020-09-14 07:48:57 -0400
commita8d8c3c31b012d0a4330fb075b8c7242bdd64703 (patch)
tree26c53ae9d0c10e912609b55cb273a5b089c6798b /PKGBUILD
parenta24ad61243cf21b6f25b5b1d642a8641e30b6945 (diff)
downloadaur-a8d8c3c31b012d0a4330fb075b8c7242bdd64703.tar.gz
Update to 0.108
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a9e50caf7e..dd03d38c9eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Birks <david@birks.dev>
# Contributor: David Stark <david@starkers.org>
-pkgver=0.107
+pkgver=0.108
pkgrel=1
pkgname=telepresence
pkgdesc='Local development against a remote Kubernetes or OpenShift cluster'
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('Apache')
url='https://github.com/telepresenceio/telepresence'
source=("$pkgname-$pkgver::https://github.com/telepresenceio/telepresence/archive/${pkgver}.tar.gz")
-sha256sums=('1305de19ad6d99c2d8efc2edfaac18ddfb3483a3ee9b89e58e17abb21baec67c')
+sha256sums=('afc554a62c56acf5ab6a3ab44b9208ba5f893ed90a4ea4783ca269672a6aeed7')
makedepends=('git')
depends=('conntrack-tools' 'fuse2' 'kubectl' 'socat' 'sshfs' 'torsocks' 'python' 'python-pip' 'python-setuptools')