summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Ribeiro2021-05-08 19:01:10 -0500
committerLuiz Ribeiro2021-05-08 19:01:10 -0500
commit3df6a9ff08cf0e08a76ab7909e2fd6a6f0149c06 (patch)
tree9374169c244b772faeed413957e611e1afb0f448
parentf8dc1b3ad7bcb0c99912d63e4c84544d1d5503b8 (diff)
downloadaur-3df6a9ff08cf0e08a76ab7909e2fd6a6f0149c06.tar.gz
Upgraded to v7.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd1ce934678d..a3a89f24fff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oauth2_proxy
pkgdesc = A reverse proxy that provides authentication with Google, Github or other providers.
- pkgver = 7.1.2
+ pkgver = 7.1.3
pkgrel = 1
url = https://github.com/oauth2-proxy/oauth2-proxy
install = oauth2_proxy.install
@@ -10,9 +10,9 @@ pkgbase = oauth2_proxy
makedepends = go
makedepends = go-gpm
backup = etc/oauth2_proxy.cfg
- source = https://github.com/oauth2-proxy/oauth2-proxy/archive/v7.1.2.tar.gz
+ source = https://github.com/oauth2-proxy/oauth2-proxy/archive/v7.1.3.tar.gz
source = oauth2_proxy.service
- md5sums = 8b6d871ae507fae5e6956580b3e30d03
+ md5sums = c2b9e7a9dd9661bbe7b6f5886d05d69d
md5sums = d74991327448729ed64c1369724f7857
pkgname = oauth2_proxy
diff --git a/PKGBUILD b/PKGBUILD
index 0014196648b1..dd5931413899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luiz Ribeiro <luizribeiro@gmail.com>, Tom Wambold <tom5760@gmail.com>
pkgname=oauth2_proxy
-pkgver=7.1.2
+pkgver=7.1.3
pkgrel=1
pkgdesc="A reverse proxy that provides authentication with Google, Github or other providers."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ backup=('etc/oauth2_proxy.cfg')
install=oauth2_proxy.install
source=("https://github.com/oauth2-proxy/oauth2-proxy/archive/v$pkgver.tar.gz"
'oauth2_proxy.service')
-md5sums=('8b6d871ae507fae5e6956580b3e30d03'
+md5sums=('c2b9e7a9dd9661bbe7b6f5886d05d69d'
'd74991327448729ed64c1369724f7857')
build() {