mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
940 B
JSON
29 lines
940 B
JSON
{
|
|
"version": "9.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/v9.0.1/postgrest-v9.0.1-windows-x64.zip",
|
|
"hash": "28a9c15f3d278b44e3ed18abb596063918a58c7afe357cdb12ec19d6a66e56f1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|