mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
24 lines
751 B
JSON
24 lines
751 B
JSON
{
|
|
"version": "8.0.0",
|
|
"description": "REST API for any Postgres database",
|
|
"homepage": "https://postgrest.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PostgREST/postgrest/releases/download/v8.0.0/postgrest-v8.0.0-windows-x64.zip",
|
|
"hash": "8bcb6152ea7df154eb4bfa712ecdd40cd067b74584a91f037b6ad641300f4b9d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|