mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
943 B
JSON
29 lines
943 B
JSON
{
|
|
"version": "11.0.1",
|
|
"description": "REST API for any Postgres database",
|
|
"homepage": "https://postgrest.org",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"PostgreSQL": "postgresql"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PostgREST/postgrest/releases/download/v11.0.1/postgrest-v11.0.1-windows-x64.zip",
|
|
"hash": "0a1f2689c54f6c70fa4f338461533c91a7e4a7c88c7f90ec5cc193338065a21e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|