summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d4fcdb8fb4..4f90ae8a37a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ory-oathkeeper-bin
pkgdesc = A cloud native Identity & Access Proxy (IAP) which authenticates and authorizes incoming HTTP requests.
- pkgver = 0.38.4_beta.1
+ pkgver = 0.38.6_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.4-beta.1/oathkeeper_0.38.4-beta.1_linux_64-bit.tar.gz
- sha256sums = 2c8bb66c5c6798cd6cfe2fef1766527350e06b7db3da3eb5794910adc122051d
+ 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
pkgname = ory-oathkeeper-bin
diff --git a/PKGBUILD b/PKGBUILD
index fba393e276b6..6a9234326d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='ory-oathkeeper'
pkgname="${_pkgname}-bin"
-pkgver=0.38.4_beta.1
+pkgver=0.38.6_beta.1
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_${pkgver//_/-}_linux_64-bit.tar.gz")
-sha256sums=('2c8bb66c5c6798cd6cfe2fef1766527350e06b7db3da3eb5794910adc122051d')
+sha256sums=('432a1e7e8fa6ef6680d028e152e521ba501c9e2a8243c6617bde9d740be4d9d2')
package() {
install -m755 -D "${srcdir}/oathkeeper" "${pkgdir}/usr/bin/oathkeeper"