mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
943 B
JSON
29 lines
943 B
JSON
{
|
|
"version": "10.1.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/v10.1.2/postgrest-v10.1.2-windows-x64.zip",
|
|
"hash": "5bed0807ab9c124ee4e047f67697ac23efc16a249633c44ddfa4e91677f9b897",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|