summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2024-03-19 08:21:59 -0400
committerFantix King2024-03-19 08:21:59 -0400
commit9f35cca34996a1377ceeb8eb41dcae45024aa5cf (patch)
tree21e252d4a359f770a5700a8639515521eddaaceb
parente4017eea1e6d065136f70e1af42f66b350c311d8 (diff)
downloadaur-9f35cca34996a1377ceeb8eb41dcae45024aa5cf.tar.gz
0.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e4c91d20a3b..6d9155e0b14f 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.20.7
+ pkgver = 0.21.1
pkgrel = 1
url = https://granted.dev/
arch = x86_64
license = MIT
- source = https://releases.commonfate.io/granted/v0.20.7/granted_0.20.7_linux_x86_64.tar.gz
- sha256sums = 648ca3d94a6bc94f5f056fc736c3a0191a1f9b93298159b17f7f11a3e07a6a8c
+ source = https://releases.commonfate.io/granted/v0.21.1/granted_0.21.1_linux_x86_64.tar.gz
+ sha256sums = 557ac40447bba4f9c3604f183ee2e0ceaea194e5049ee4d307ae70f4245ad0a5
pkgname = granted-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3ab6006f84b7..30922006b43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Fantix King <fantix.king@gmail.com>
pkgname=granted-bin
-pkgver=0.20.7
+pkgver=0.21.1
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=('648ca3d94a6bc94f5f056fc736c3a0191a1f9b93298159b17f7f11a3e07a6a8c')
+sha256sums=('557ac40447bba4f9c3604f183ee2e0ceaea194e5049ee4d307ae70f4245ad0a5')
package() {
mkdir -p "${pkgdir}/usr/bin/"