summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Verlain2022-09-03 19:44:22 +0200
committerAngelo Verlain2022-09-03 19:44:22 +0200
commit0e420d49867c98f0175063da814eb45bc5f041a6 (patch)
tree6bf522bf1ba7d06ee7449f916f0e9ac933c9c72e
parent4576941391d922087b1dba68d2bfbd070b1db724 (diff)
downloadaur-0e420d49867c98f0175063da814eb45bc5f041a6.tar.gz
v1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d819e070d2..72e0243832a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = supabase-bin
pkgdesc = A CLI for Supabase, an open source Firebase alternative
- pkgver = 1.1.6
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/supabase/cli
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = supabase-bin
optdepends = zsh-completions: for shell auto-completion
provides = supabase
conflicts = supabase
- source = https://github.com/supabase/cli/releases/download/v1.1.6/supabase_1.1.6_linux_amd64.tar.gz
- sha256sums = d7c867f3228b44774108b43d3f0385a5bd35fea53ac103dae46ed54350a0ee8f
+ source = https://github.com/supabase/cli/releases/download/v1.4.0/supabase_1.4.0_linux_amd64.tar.gz
+ sha256sums = 79da97fe90e0f48a34c9d279e5eae3213594cd38816a5947727db5b936b6f341
pkgname = supabase-bin
diff --git a/PKGBUILD b/PKGBUILD
index f36037f3706d..8231633b8ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Angelo Verlain <hey@vixalien.com>
pkgname=supabase-bin
-pkgver=1.1.6
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="A CLI for Supabase, an open source Firebase alternative"
url="https://github.com/supabase/cli"
license=("MIT")
@@ -10,7 +10,7 @@ arch=("x86_64")
provides=("supabase")
conflicts=("supabase")
source=("https://github.com/supabase/cli/releases/download/v$pkgver/supabase_${pkgver}_linux_amd64.tar.gz")
-sha256sums=("d7c867f3228b44774108b43d3f0385a5bd35fea53ac103dae46ed54350a0ee8f")
+sha256sums=("79da97fe90e0f48a34c9d279e5eae3213594cd38816a5947727db5b936b6f341")
optdepends=(
'bash-completion: for shell auto-completion'
'zsh-completions: for shell auto-completion'