summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Verlain2023-01-17 11:00:26 +0200
committerAngelo Verlain2023-01-17 11:00:26 +0200
commit747298b31ac4365c254fa5f9a8a6b33fd2b9f487 (patch)
tree652a40886ef12e6ad7cb49f4b6993aea56d391a5
parentf2deba339bdfdca48f7735a642c963f2f39db904 (diff)
downloadaur-747298b31ac4365c254fa5f9a8a6b33fd2b9f487.tar.gz
v1.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2018b51ece2a..731386794ced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supabase-bin
pkgdesc = A CLI for Supabase, an open source Firebase alternative
- pkgver = 1.30.0
+ pkgver = 1.33.0
pkgrel = 1
url = https://github.com/supabase/cli
arch = x86_64
@@ -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.30.0/supabase_linux_amd64.tar.gz
- sha256sums = 097e7aba74cc91ff8cf313ce8e6aa97c9a67072327c9b37d0cab22ae6fb927ee
+ source = https://github.com/supabase/cli/releases/download/v1.33.0/supabase_linux_amd64.tar.gz
+ sha256sums = 02e93e4d128f6680cfa441b57859e179ce3a21bb802132bc06f668e74047ef92
pkgname = supabase-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0bb2076eabb5..11df954307cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Angelo Verlain <hey@vixalien.com>
pkgname=supabase-bin
-pkgver=1.30.0
+pkgver=1.33.0
pkgrel=1
pkgdesc="A CLI for Supabase, an open source Firebase alternative"
url="https://github.com/supabase/cli"
@@ -9,8 +9,8 @@ license=("MIT")
arch=("x86_64")
provides=("supabase")
conflicts=("supabase")
-source=("https://github.com/supabase/cli/releases/download/v$pkgver/supabase_linux_amd64.tar.gz")
-sha256sums=("097e7aba74cc91ff8cf313ce8e6aa97c9a67072327c9b37d0cab22ae6fb927ee")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/supabase/cli/releases/download/v$pkgver/supabase_linux_amd64.tar.gz")
+sha256sums=("02e93e4d128f6680cfa441b57859e179ce3a21bb802132bc06f668e74047ef92")
optdepends=(
'bash-completion: for shell auto-completion'
'zsh-completions: for shell auto-completion'