ScoopInstaller_Main/bucket/postgrest.json
2023-08-10 16:27:08 +00:00

29 lines
943 B
JSON

{
"version": "11.2.0",
"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.2.0/postgrest-v11.2.0-windows-x64.zip",
"hash": "b428a87ba93abfcbd40d8b3fe20e0ed9c367149e999e84f27ee65d97adbc8699",
"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"
}
}
}
}