ScoopInstaller_Main/bucket/postgrest.json
2021-09-15 10:29:58 -07:00

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"
}
}
}
}