summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Potop2023-04-19 09:45:24 +0100
committerRadu Potop2023-04-19 09:45:24 +0100
commit33f84f0b41b2dc8d6ab9337116dbdd1cc3f28d8c (patch)
treeaeabe860484f600ab1d250e1fb17bea0f4ea4839
parent13949308cef7cef21d68dfc7d4f26a8baebc7649 (diff)
downloadaur-33f84f0b41b2dc8d6ab9337116dbdd1cc3f28d8c.tar.gz
Updated to 1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8117f0b9ee66..7e48989e0fc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = oauth2c
pkgdesc = User-friendly CLI for OAuth2
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/cloudentity/oauth2c
arch = x86_64
arch = arm64
arch = armv6
license = Apache
- source = https://github.com/cloudentity/oauth2c/releases/download/v1.5.1/oauth2c_1.5.1_Linux_x86_64.tar.gz
- sha256sums = 733609d710fbf58f33c0605cce403cbca2b615f3e37d55d86aebd06a9cd8d9d9
+ source = https://github.com/cloudentity/oauth2c/releases/download/v1.5.2/oauth2c_1.5.2_Linux_x86_64.tar.gz
+ sha256sums = 4f4b4a099c4556119348262326eea6bd3686b7b31f40ae7b38050f523911e471
pkgname = oauth2c
diff --git a/PKGBUILD b/PKGBUILD
index 5d21d8b183c4..fac85a98bb61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Radu Potop <radu at wooptoo dot com>
pkgname=oauth2c
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='User-friendly CLI for OAuth2'
arch=('x86_64' 'arm64' 'armv6')
@@ -19,4 +19,4 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha256sums=('733609d710fbf58f33c0605cce403cbca2b615f3e37d55d86aebd06a9cd8d9d9')
+sha256sums=('4f4b4a099c4556119348262326eea6bd3686b7b31f40ae7b38050f523911e471')