ScoopInstaller_Main/bucket/postgrest.json
2022-10-29 00:34:18 +00:00

29 lines
943 B
JSON

{
"version": "10.1.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/v10.1.0/postgrest-v10.1.0-windows-x64.zip",
"hash": "34dc3ce05b33f89765a22729ff314db481ce10b58d5dc1300a45681ed5b92ac0",
"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"
}
}
}
}