ScoopInstaller_Main/bucket/postgrest.json
2023-10-25 20:24:10 +00:00

29 lines
943 B
JSON

{
"version": "11.2.2",
"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.2/postgrest-v11.2.2-windows-x64.zip",
"hash": "3d9daf9378774666108b888d2731b2b54142da9f9d129f4c58611e7f8047bb5e",
"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"
}
}
}
}