summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-05-14 11:06:23 -0400
committerDavid Birks2020-05-14 11:06:23 -0400
commitb3dc67f073bd6af0d02b7e907aa7173574f2fba1 (patch)
tree1a0281eb8cf0ac3a8e89e5d41acbd2d67b4eef46 /PKGBUILD
parentc5bb0c3ab7a3cbd96577a9ac770e77940e269e73 (diff)
downloadaur-b3dc67f073bd6af0d02b7e907aa7173574f2fba1.tar.gz
Update to 0.105
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44631814cde5..6eb6b131f84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: David Birks <david@tellus.space>
+# Maintainer: David Birks <david@birks.dev>
# Contributor: David Stark <david@starkers.org>
-pkgver=0.104
+pkgver=0.105
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=('407ca75c1dae54d7b8254c0d4ddd4c3fb5d33871779839207cc59a7d0582a023')
+sha256sums=('975a68dbf9d56625a9e1b617620a64ac5e8c23d4ac913c2fc0bc9c4e28af4d19')
makedepends=('git')
depends=('conntrack-tools' 'fuse2' 'kubectl' 'socat' 'sshfs' 'torsocks' 'python' 'python-pip' 'python-setuptools')