summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chabanne2022-03-06 16:10:44 +0900
committerBenjamin Chabanne2022-03-06 16:11:26 +0900
commitfb4067fbd26854e08c14f4420fe097f548a6ba03 (patch)
tree23717e886ac7a3f50149b5401d97ed54439a0c26
parent67eebf5ec7342db0781cb442b178264245da7038 (diff)
downloadaur-fb4067fbd26854e08c14f4420fe097f548a6ba03.tar.gz
v0.38.23-beta.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f90ae8a37a2..c146f2e64b7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ory-oathkeeper-bin
pkgdesc = A cloud native Identity & Access Proxy (IAP) which authenticates and authorizes incoming HTTP requests.
- pkgver = 0.38.6_beta.1
+ pkgver = 0.38.23_beta.1
pkgrel = 1
url = https://ory.sh
arch = x86_64
license = Apache
provides = ory-oathkeeper
- source = https://github.com/ory/oathkeeper/releases/download/v0.38.6-beta.1/oathkeeper_0.38.6-beta.1_linux_64-bit.tar.gz
- sha256sums = 432a1e7e8fa6ef6680d028e152e521ba501c9e2a8243c6617bde9d740be4d9d2
+ source = https://github.com/ory/oathkeeper/releases/download/v0.38.23-beta.1/oathkeeper_0.38.23-beta.1-linux_64bit.tar.gz
+ sha256sums = f5a23da97eaf2317db9d909351f0a9a75d26d739a8e57cc4e8469ac1b45943ec
pkgname = ory-oathkeeper-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a9234326d99..dca12ec66115 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-oathkeeper'
pkgname="${_pkgname}-bin"
-pkgver=0.38.6_beta.1
+pkgver=0.38.23_beta.1
pkgrel=1
pkgdesc="A cloud native Identity & Access Proxy (IAP) which authenticates and authorizes incoming HTTP requests."
arch=('x86_64')
@@ -10,8 +11,8 @@ url="https://ory.sh"
license=('Apache')
depends=()
provides=("${_pkgname}")
-source=("https://github.com/ory/oathkeeper/releases/download/v${pkgver//_/-}/oathkeeper_${pkgver//_/-}_linux_64-bit.tar.gz")
-sha256sums=('432a1e7e8fa6ef6680d028e152e521ba501c9e2a8243c6617bde9d740be4d9d2')
+source=("https://github.com/ory/oathkeeper/releases/download/v${pkgver//_/-}/oathkeeper_${pkgver//_/-}-linux_64bit.tar.gz")
+sha256sums=('f5a23da97eaf2317db9d909351f0a9a75d26d739a8e57cc4e8469ac1b45943ec')
package() {
install -m755 -D "${srcdir}/oathkeeper" "${pkgdir}/usr/bin/oathkeeper"