mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
postgrest: Add version 7.0.1 (#1250)
This commit is contained in:
parent
f2f62090a9
commit
5605e3cd19
24
bucket/postgrest.json
Normal file
24
bucket/postgrest.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "7.0.1",
|
||||
"description": "REST API for any Postgres database",
|
||||
"homepage": "https://postgrest.org",
|
||||
"license": "MIT",
|
||||
"depends": "postgresql",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/PostgREST/postgrest/releases/download/v7.0.1/postgrest-v7.0.1-windows-x64.zip",
|
||||
"hash": "e5f4d66a29628c8e690a8c2486aff327fcfe0090b286bb72754d0f6260196c8c"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user