summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2024-03-20 11:33:38 +0100
committerLukas Grossar2024-03-20 11:33:38 +0100
commite41eb20c9ee8094b2bc223ad4d4100f653d72777 (patch)
tree91b0f7cfb26fff942e1ebec1871fc4fdbe5c8634
parentb5a70d8e2286a885fb34103ff08b87589512518a (diff)
downloadaur-e41eb20c9ee8094b2bc223ad4d4100f653d72777.tar.gz
chore(update): 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 757b29dd532c..161f9996eb54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = azwi-bin
pkgdesc = CLI that helps manage Entra ID Workload Identity
- pkgver = 1.2.0
+ pkgver = 1.2.1
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.0/azwi-v1.2.0-linux-amd64.tar.gz
- sha256sums = d2ef0f27609b7157595fe62b13c03381a481f833c1e1b6290df560454890d337
+ source = https://github.com/Azure/azure-workload-identity/releases/download/v1.2.1/azwi-v1.2.1-linux-amd64.tar.gz
+ sha256sums = 992ba109dd74bf997dc77bd02b2a759e0146f62bfb44a7b3780bf4d2f85a31aa
pkgname = azwi-bin
diff --git a/PKGBUILD b/PKGBUILD
index a4707e12f08c..ed2b5831d60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=azwi-bin
-pkgver=1.2.0
+pkgver=1.2.1
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=('d2ef0f27609b7157595fe62b13c03381a481f833c1e1b6290df560454890d337')
+sha256sums=('992ba109dd74bf997dc77bd02b2a759e0146f62bfb44a7b3780bf4d2f85a31aa')
package() {
install -Dm 755 "$srcdir/azwi" -t "$pkgdir/usr/bin"