ScoopInstaller_Main/bucket/postgrest.json
Andrei Dziahel 6be6953db8
postgrest@12.2.3: Add dependency (#6212)
* postgrest: install required DLLs

* postgrest: add  libiconv-2.dll to deps

* postgrest: depend on psqlodbc instead

* Update postgrest.json

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
2024-10-01 20:37:24 +08:00

30 lines
970 B
JSON

{
"version": "12.2.3",
"description": "REST API for any Postgres database",
"homepage": "https://postgrest.org",
"license": "MIT",
"suggest": {
"PostgreSQL": "postgresql"
},
"depends": "psqlodbc",
"architecture": {
"64bit": {
"url": "https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-windows-x64.zip",
"hash": "a850cd1cf5b208972f4db2803656c645436ad333882480685e052d45706c1966",
"extract_dir": "artifacts\\postgrest-windows-x64"
}
},
"bin": "postgrest.exe",
"checkver": {
"github": "https://github.com/PostgREST/postgrest"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PostgREST/postgrest/releases/download/v$version/postgrest-v$version-windows-x64.zip",
"extract_dir": "artifacts\\postgrest-windows-x64"
}
}
}
}