summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2024-05-23 09:57:13 +0200
committerLukas Grossar2024-05-23 09:57:13 +0200
commit451ef0349525df11e73daa805d18c0fb4330635e (patch)
treecac7da6dcf89819b5c181a6bc38306488c397245 /PKGBUILD
parente41eb20c9ee8094b2bc223ad4d4100f653d72777 (diff)
downloadaur-azwi-bin.tar.gz
chore(update): v1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"