supabase: Add version 1.68.6 (#4890)

* supabase: Add version 1.68.6

* Update description
This commit is contained in:
sitiom 2023-06-17 17:50:39 +08:00 committed by GitHub
parent 295374321d
commit 8de1a73eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/supabase.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "1.68.6",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.68.6/supabase_windows_amd64.tar.gz",
"hash": "fc4912ec9d1533a88995f9fb2de954e59362833c584373cdcd021e26cdac62b2"
}
},
"bin": "supabase.exe",
"checkver": {
"github": "https://github.com/supabase/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/supabase_$version_checksums.txt"
}
}
}