summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJedrzej2020-07-06 10:59:37 +0200
committerJedrzej2020-07-06 10:59:37 +0200
commit0b0dec7013372e34f6b6e6c5457c0b2bfe9d7c5c (patch)
treeb50ff24256c2bf5b79c700c33a2c3d5319ddd6b8
parentf89aeac6765f466b9bf55de5803cb72c4135e3f4 (diff)
downloadaur-0b0dec7013372e34f6b6e6c5457c0b2bfe9d7c5c.tar.gz
Proper PKGBUILD
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 340bd48ae1ce..3e13a2707c1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = teleport-client
pkgdesc = Modern SSH server for teams managing distributed infrastructure client only
- pkgver = 4.2.10
- pkgrel = 2
+ pkgver = 4.2.11
+ pkgrel = 1
url = https://gravitational.com/teleport
arch = x86_64
arch = arm
license = Apache
depends = glibc
options = !strip
- source_x86_64 = https://get.gravitational.com/teleport-v4.2.10-linux-amd64-bin.tar.gz
- sha256sums_x86_64 = d31ec5a5d31aefa772d53b70ee25cd5fce40554ad61c1d1af69ee38ac421e9b6
- source_arm = https://get.gravitational.com/teleport-v4.2.10-linux-arm-bin.tar.gz
- sha256sums_arm = ab5a234d923677885fa6bc6fe52bcd4d7feb195408842e3183d39c6f49b4e1bc
+ source_x86_64 = https://get.gravitational.com/teleport-v4.2.11-linux-amd64-bin.tar.gz
+ sha256sums_x86_64 = 06cceb16c9464317f8391be421e66ec7fdb3684123f20406cbc64be46909869a
+ source_arm = https://get.gravitational.com/teleport-v4.2.11-linux-arm-bin.tar.gz
+ sha256sums_arm = dbae9e5f4bd57fadde03789f27609e56dac5c504b8a2474805291c184dd679ac
pkgname = teleport-client
diff --git a/PKGBUILD b/PKGBUILD
index 126f3950c238..8801478a5901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=teleport-client
pkgver=4.2.11
-pkgrel=2
+pkgrel=1
pkgdesc="Modern SSH server for teams managing distributed infrastructure client only"
arch=('x86_64' 'arm')
url="https://gravitational.com/teleport"