summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney Bouchaud2021-08-19 16:47:39 +0200
committerVianney Bouchaud2021-08-19 16:47:39 +0200
commit0782148e8668c7bb1c49f9473b1b74bab0f2f2e9 (patch)
tree354c572c50d26639c4adb7618549fb944bbe9768
parent2971c0032c3a46995ac71ba2a2f035ac57d0a879 (diff)
downloadaur-0782148e8668c7bb1c49f9473b1b74bab0f2f2e9.tar.gz
bumping to v3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0133381a838..f336de58e97a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = k8s-ldap-auth
pkgdesc = Kubernetes webhook token authentication plugin implementation using ldap.
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/vbouchaud/k8s-ldap-auth
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = k8s-ldap-auth
arch = aarch64
license = MPL2
makedepends = go
- source = k8s-ldap-auth-3.0.0.tar.gz::https://github.com/vbouchaud/k8s-ldap-auth/archive/v3.0.0.tar.gz
- sha256sums = bd46ebae08fc850065db7ab2ed38c47dbf85156585c31323d3157101f42e35da
+ source = k8s-ldap-auth-3.1.0.tar.gz::https://github.com/vbouchaud/k8s-ldap-auth/archive/v3.1.0.tar.gz
+ sha256sums = 3ad203d70ac8ed1be0b5806a527d708da084807b5fc8d496c07d7bb9c99c0298
pkgname = k8s-ldap-auth
diff --git a/PKGBUILD b/PKGBUILD
index f995a67965b5..331c8840e636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=k8s-ldap-auth
pkgdesc="Kubernetes webhook token authentication plugin implementation using ldap."
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
arch=('x86_64' 'armv7l' 'armv7h' 'aarch64')
url="https://github.com/vbouchaud/k8s-ldap-auth"
@@ -16,7 +16,7 @@ source=(
)
sha256sums=(
- "bd46ebae08fc850065db7ab2ed38c47dbf85156585c31323d3157101f42e35da"
+ "3ad203d70ac8ed1be0b5806a527d708da084807b5fc8d496c07d7bb9c99c0298"
)
build() {