summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 161f9996eb54..7dc0d9d9cf1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = azwi-bin
pkgdesc = CLI that helps manage Entra ID Workload Identity
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/Azure/azure-workload-identity
arch = x86_64
license = MIT
- source = https://github.com/Azure/azure-workload-identity/releases/download/v1.2.1/azwi-v1.2.1-linux-amd64.tar.gz
- sha256sums = 992ba109dd74bf997dc77bd02b2a759e0146f62bfb44a7b3780bf4d2f85a31aa
+ source = https://github.com/Azure/azure-workload-identity/releases/download/v1.2.2/azwi-v1.2.2-linux-amd64.tar.gz
+ sha256sums = d33aaedbcbcc0ef61d845b3704ab336deaafc192c854e887896e163b99097871
pkgname = azwi-bin
diff --git a/PKGBUILD b/PKGBUILD
index ed2b5831d60c..4064cf1d2716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=azwi-bin
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="CLI that helps manage Entra ID Workload Identity"
arch=('x86_64')
url="https://github.com/Azure/azure-workload-identity"
license=('MIT')
source=("https://github.com/Azure/azure-workload-identity/releases/download/v${pkgver}/azwi-v${pkgver}-linux-amd64.tar.gz")
-sha256sums=('992ba109dd74bf997dc77bd02b2a759e0146f62bfb44a7b3780bf4d2f85a31aa')
+sha256sums=('d33aaedbcbcc0ef61d845b3704ab336deaafc192c854e887896e163b99097871')
package() {
install -Dm 755 "$srcdir/azwi" -t "$pkgdir/usr/bin"