summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fed600b737c..e17b3732a5b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='ory-oathkeeper'
pkgname="${_pkgname}-bin"
-pkgver=1.0.0_beta.9
+pkgver=0.14.2+oryOS.10
pkgrel=1
pkgdesc="A cloud native Identity & Access Proxy (IAP) which authenticates and authorizes incoming HTTP requests."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=()
provides=("${_pkgname}")
source=("https://github.com/ory/oathkeeper/releases/download/v${pkgver//_/-}/oathkeeper-linux-amd64")
-sha256sums=('d6abef296f24ff25f50f5ba6cffb3cc73aa00af8e7a724e3652128e65170ee75')
+sha256sums=('e8a419278010c84ba2e14b8af6e6db275706376f3c2b4a942767eb4678718b3d')
package() {
mv "${srcdir}/oathkeeper-linux-amd64" "${srcdir}/oathkeeper"