summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 821bd4bbf168..791a9abeefd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Matthew Ellison <matt(at)arroyo(dot)io>
+# Maintainer: Benjamin Chabanne <benjamin(at)uvy(dot)fr>
+# Contributor: Matthew Ellison <matt(at)arroyo(dot)io>
_pkgname='ory-keto'
pkgname="${_pkgname}-bin"
-pkgver=0.5.6_alpha.1
+pkgver=0.8.0_alpha.2
pkgrel=1
pkgdesc="A cloud native access control server"
arch=('x86_64')
@@ -10,8 +11,8 @@ url="https://ory.sh/keto"
license=('Apache')
depends=()
provides=("${_pkgname}")
-source=("https://github.com/ory/keto/releases/download/v${pkgver//_/-}/keto_${pkgver//_/-}_linux_64-bit.tar.gz")
-sha256sums=('cc27f37e498336887e85fe6bd1b3ce75e93f5deddb7436e9fe1d983b4ade5844')
+source=("https://github.com/ory/keto/releases/download/v${pkgver//_/-}/keto_${pkgver//_/-}-linux_64bit.tar.gz")
+sha256sums=('49660aa6b61d6a6ff88307463b16f302729b4dc053778b3a0a0c448cf56e3bec')
package() {
install -m755 -D "${srcdir}/keto" "${pkgdir}/usr/bin/keto"