summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2024-04-05 09:18:21 -0400
committerFantix King2024-04-05 09:18:21 -0400
commitdcf90ccfb5d66f10ec2557e8cd023195b03a0b34 (patch)
tree5ced48ed95aa573062bbacea2bf7b746463c07a6
parent9f35cca34996a1377ceeb8eb41dcae45024aa5cf (diff)
downloadaur-dcf90ccfb5d66f10ec2557e8cd023195b03a0b34.tar.gz
0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d9155e0b14f..6ed74886cbaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = granted-bin
pkgdesc = Granted is a command line interface (CLI) tool which simplifies access to cloud roles and allows multiple cloud accounts to be opened in your web browser simultaneously.
- pkgver = 0.21.1
+ pkgver = 0.22.0
pkgrel = 1
url = https://granted.dev/
arch = x86_64
license = MIT
- source = https://releases.commonfate.io/granted/v0.21.1/granted_0.21.1_linux_x86_64.tar.gz
- sha256sums = 557ac40447bba4f9c3604f183ee2e0ceaea194e5049ee4d307ae70f4245ad0a5
+ source = https://releases.commonfate.io/granted/v0.22.0/granted_0.22.0_linux_x86_64.tar.gz
+ sha256sums = e0592cec1c3d65d2653efc546ff63e68f29da00239f9e5db08669fa06d48b7ee
pkgname = granted-bin
diff --git a/PKGBUILD b/PKGBUILD
index 30922006b43e..81f47f50c25b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Fantix King <fantix.king@gmail.com>
pkgname=granted-bin
-pkgver=0.21.1
+pkgver=0.22.0
pkgrel=1
pkgdesc="Granted is a command line interface (CLI) tool which simplifies access to cloud roles and allows multiple cloud accounts to be opened in your web browser simultaneously."
arch=('x86_64')
url="https://granted.dev/"
license=('MIT')
source=("https://releases.commonfate.io/granted/v${pkgver}/granted_${pkgver}_linux_${arch}.tar.gz")
-sha256sums=('557ac40447bba4f9c3604f183ee2e0ceaea194e5049ee4d307ae70f4245ad0a5')
+sha256sums=('e0592cec1c3d65d2653efc546ff63e68f29da00239f9e5db08669fa06d48b7ee')
package() {
mkdir -p "${pkgdir}/usr/bin/"