mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
29 lines
943 B
JSON
29 lines
943 B
JSON
{
|
|
"version": "10.1.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/v10.1.1/postgrest-v10.1.1-windows-x64.zip",
|
|
"hash": "fe6cbee5cb76e356be3b12715884c4653f8c409358ff490e5c4d31a4df41685b",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|