summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2023-07-17 15:52:53 -0400
committerFantix King2023-07-17 15:52:53 -0400
commit2bd23b5c1d4fb2d8b949b16cc162b468bb7d42c9 (patch)
tree1768e17ad5cd5c33249cca71ede25094990eb2e6
parenta43ab133b5d1b6c8d48a04de1160599a253f4d81 (diff)
downloadaur-2bd23b5c1d4fb2d8b949b16cc162b468bb7d42c9.tar.gz
0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c68c4fe424..3fd860c667cb 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.9.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://granted.dev/
arch = x86_64
license = MIT
- source = https://releases.commonfate.io/granted/v0.9.0/granted_0.9.0_linux_x86_64.tar.gz
- sha256sums = 3398ffd1769216c6162acd7f94e585c0b3d1a1ac79dbd119a373a4f911b45780
+ source = https://releases.commonfate.io/granted/v0.14.0/granted_0.14.0_linux_x86_64.tar.gz
+ sha256sums = c077a1f816de32d6c93040d9c4ebe286a70da40e29474b3445ed2f87171babcf
pkgname = granted-bin
diff --git a/PKGBUILD b/PKGBUILD
index d8194de11f51..c7f8a77fe602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Maintainer: Fantix King <fantix.king@gmail.com>
pkgname=granted-bin
-pkgver=0.9.0
+pkgver=0.14.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=('3398ffd1769216c6162acd7f94e585c0b3d1a1ac79dbd119a373a4f911b45780')
+sha256sums=('c077a1f816de32d6c93040d9c4ebe286a70da40e29474b3445ed2f87171babcf')
package() {
mkdir -p "${pkgdir}/usr/bin/"