summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Snyders2020-02-20 13:13:23 -0800
committerWilliam Snyders2020-02-20 13:13:23 -0800
commita2d2fabc3a2322e4043a3b5b17bce84c1aea98cd (patch)
tree6c8c6fc75c2d118b437dc19a3a9bc954a1373c23
parent3f5080a48c8e15f38a97949d1c3fcbe085d47563 (diff)
downloadaur-a2d2fabc3a2322e4043a3b5b17bce84c1aea98cd.tar.gz
Update to version 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ccac63b886..394e86317dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = aws-okta-bin
pkgdesc = Log in to AWS with Okta
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/segmentio/aws-okta
arch = x86_64
license = MIT
provides = aws-okta
- source = aws-okta-v1.0.0-linux-amd64::https://github.com/segmentio/aws-okta/releases/download/v1.0.0/aws-okta-v1.0.0-linux-amd64
- source = LICENSE::https://github.com/segmentio/aws-okta/raw/v1.0.0/LICENSE
- sha256sums = f2a86947b3c742f6f15a0ccd049dd7e7b5ab65849c5e8d701b738aa601d84bc6
+ source = aws-okta-v1.0.1-linux-amd64::https://github.com/segmentio/aws-okta/releases/download/v1.0.1/aws-okta-v1.0.1-linux-amd64
+ source = LICENSE::https://github.com/segmentio/aws-okta/raw/v1.0.1/LICENSE
+ sha256sums = c73f7c8bfc15c4b58582e0706a05046f4c723409febd769d1841ce619ba49549
sha256sums = feaff489d3c077f7b48cf76a5f038604338a092be379c1297c64c26c6b81714b
pkgname = aws-okta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 875f0e947759..18dc85ac3d5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=aws-okta-bin
_pkgname=aws-okta
pkgdesc="Log in to AWS with Okta"
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
arch=('x86_64')
url="https://github.com/segmentio/aws-okta"
@@ -15,7 +15,7 @@ source=(
LICENSE::https://github.com/segmentio/aws-okta/raw/v$pkgver/LICENSE
)
sha256sums=(
- 'f2a86947b3c742f6f15a0ccd049dd7e7b5ab65849c5e8d701b738aa601d84bc6'
+ 'c73f7c8bfc15c4b58582e0706a05046f4c723409febd769d1841ce619ba49549'
'feaff489d3c077f7b48cf76a5f038604338a092be379c1297c64c26c6b81714b'
)