Skip to content

Commit f65e2de

Browse files
authored
fix: postgrest asset path (#280)
1 parent 0f55f61 commit f65e2de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/deps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ var dependencies = map[string]Dependency{
309309

310310
"postgrest": {
311311
Version: "v13.0.5",
312-
Linux: "https://github.com/PostgREST/postgrest/releases/download/{{.version}}/postgrest-{{.version}}-linux-static-x86-64.tar.xz",
312+
Linux: "https://github.com/PostgREST/postgrest/releases/download/{{.version}}/postgrest-{{.version}}-linux-static-x64.tar.xz",
313313
LinuxARM: "https://github.com/PostgREST/postgrest/releases/download/{{.version}}/postgrest-{{.version}}-ubuntu-aarch64.tar.xz ",
314314
Windows: "https://github.com/PostgREST/postgrest/releases/download/{{.version}}/postgrest-{{.version}}-windows-x86-64.zip",
315315
Macosx: "https://github.com/PostgREST/postgrest/releases/download/{{.version}}/postgrest-{{.version}}-macos-x86-64.tar.xz",

0 commit comments

Comments
 (0)