ScoopInstaller_Main/bucket/postgrest.json
2024-06-28 00:33:41 +00:00

29 lines
943 B
JSON

{
"version": "12.2.1",
"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.2.1/postgrest-v12.2.1-windows-x64.zip",
"hash": "22c88977ac99b59147b559b9bc406dfa345ed46a7fda108f41e038ab6b5fdd00",
"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"
}
}
}
}