mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
supabase@1.145.4: Add arm64 version (#5530)
This commit is contained in:
parent
55524ed89e
commit
9f574df740
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/supabase/cli/releases/download/v1.145.4/supabase_windows_amd64.tar.gz",
|
"url": "https://github.com/supabase/cli/releases/download/v1.145.4/supabase_windows_amd64.tar.gz",
|
||||||
"hash": "66ac1565fec3ac0045dd6b863f9494fef737c3e58ed367da17e4d4a024a588b2"
|
"hash": "66ac1565fec3ac0045dd6b863f9494fef737c3e58ed367da17e4d4a024a588b2"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/supabase/cli/releases/download/v1.145.4/supabase_windows_arm64.tar.gz",
|
||||||
|
"hash": "5de526bb4589e2496377262e1294d39b95dbb20b7ff8ae8cf4572f6eadf7d0d0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "supabase.exe",
|
"bin": "supabase.exe",
|
||||||
@ -17,6 +21,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz"
|
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_arm64.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user