summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ellison2020-10-09 16:23:14 -0400
committerMatt Ellison2020-10-09 16:23:14 -0400
commitc2b1529fdbaf49992d8a9309a48dc5e213ee5bcf (patch)
tree3937c3a4f6b168d9d58daa51d4321c153c162cbe
parente8e8df01a3574644acf3481c4b1ee84c28b087d9 (diff)
downloadaur-c2b1529fdbaf49992d8a9309a48dc5e213ee5bcf.tar.gz
v0.38.4-beta.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a27c5a57501..d8d4fcdb8fb4 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.14.2+oryOS.10
+ pkgver = 0.38.4_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.14.2+oryOS.10/oathkeeper-linux-amd64
- sha256sums = e8a419278010c84ba2e14b8af6e6db275706376f3c2b4a942767eb4678718b3d
+ 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
pkgname = ory-oathkeeper-bin
diff --git a/PKGBUILD b/PKGBUILD
index e17b3732a5b6..fba393e276b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='ory-oathkeeper'
pkgname="${_pkgname}-bin"
-pkgver=0.14.2+oryOS.10
+pkgver=0.38.4_beta.1
pkgrel=1
pkgdesc="A cloud native Identity & Access Proxy (IAP) which authenticates and authorizes incoming HTTP requests."
arch=('x86_64')
@@ -10,10 +10,9 @@ url="https://ory.sh"
license=('Apache')
depends=()
provides=("${_pkgname}")
-source=("https://github.com/ory/oathkeeper/releases/download/v${pkgver//_/-}/oathkeeper-linux-amd64")
-sha256sums=('e8a419278010c84ba2e14b8af6e6db275706376f3c2b4a942767eb4678718b3d')
+source=("https://github.com/ory/oathkeeper/releases/download/v${pkgver//_/-}/oathkeeper_${pkgver//_/-}_linux_64-bit.tar.gz")
+sha256sums=('2c8bb66c5c6798cd6cfe2fef1766527350e06b7db3da3eb5794910adc122051d')
package() {
- mv "${srcdir}/oathkeeper-linux-amd64" "${srcdir}/oathkeeper"
install -m755 -D "${srcdir}/oathkeeper" "${pkgdir}/usr/bin/oathkeeper"
}