diff options
author | mesmerx | 2022-05-19 23:46:59 -0300 |
---|---|---|
committer | mesmerx | 2022-05-19 23:46:59 -0300 |
commit | 1285599fdac171387aec9c8f1186dc8c835c6e38 (patch) | |
tree | 5a55b64235937fb31d7dfaf6316055b1b76f4d8e | |
parent | 2d593b3cead201589c2bfeaae2a0a7ed5f588d5c (diff) | |
download | aur-1285599fdac171387aec9c8f1186dc8c835c6e38.tar.gz |
update version to 0.0.38
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-aws-google-auth pkgdesc = Provides AWS STS credentials based on Google Apps SAML SSO auth - pkgver = 0.0.37 + pkgver = 0.0.38 pkgrel = 1 url = https://github.com/cevoaustralia/aws-google-auth arch = any @@ -18,7 +18,7 @@ pkgbase = python-aws-google-auth depends = python-keyrings-alt depends = python-configparser optdepends = python-u2flib-host: U2F support - source = aws-google-auth-0.0.37.tar.gz::https://github.com/cevoaustralia/aws-google-auth/archive/0.0.37.tar.gz - sha512sums = d128857ab1b6eaec28c69b488c8efd52a036a36c23dc2f8f12e8269d2ce891a3024b58f581e1867341495f079d9b7fb9a48ee91c47284639b2917079a8f4747a + source = aws-google-auth-0.0.38.tar.gz::https://github.com/cevoaustralia/aws-google-auth/archive/0.0.38.tar.gz + sha512sums = bb43bd6718e556595a9277dbfd841b2fb180c307ef41e09dc45e871b1178fb4e97e15ee79938e31729fbe86166e4b60c90976d4e8997e77f19489160f65d0a7c pkgname = python-aws-google-auth @@ -3,7 +3,7 @@ _pkgname=aws-google-auth pkgname="python-$_pkgname" -pkgver=0.0.37 +pkgver=0.0.38 pkgrel=1 pkgdesc="Provides AWS STS credentials based on Google Apps SAML SSO auth" arch=('any') @@ -14,7 +14,7 @@ depends=('python-beautifulsoup4' 'python-boto3' 'python-filelock' 'python-tabulate' 'python-tzlocal' 'python-keyrings-alt' 'python-configparser') optdepends=('python-u2flib-host: U2F support') source=("$_pkgname-$pkgver.tar.gz::https://github.com/cevoaustralia/$_pkgname/archive/$pkgver.tar.gz") -sha512sums=('d128857ab1b6eaec28c69b488c8efd52a036a36c23dc2f8f12e8269d2ce891a3024b58f581e1867341495f079d9b7fb9a48ee91c47284639b2917079a8f4747a') +sha512sums=('bb43bd6718e556595a9277dbfd841b2fb180c307ef41e09dc45e871b1178fb4e97e15ee79938e31729fbe86166e4b60c90976d4e8997e77f19489160f65d0a7c') build() { cd "$srcdir"/$_pkgname-$pkgver |