ScoopInstaller_Main/bucket/postgrest.json
2023-12-02 04:25:57 +00:00

29 lines
943 B
JSON

{
"version": "12.0.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/v12.0.0/postgrest-v12.0.0-windows-x64.zip",
"hash": "1f421f7052d44951c5163bb55a15f5942af329255955a9dc7065b2c3c9800e8d",
"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"
}
}
}
}