mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	* postgrest: install required DLLs * postgrest: add libiconv-2.dll to deps * postgrest: depend on psqlodbc instead * Update postgrest.json --------- Co-authored-by: HUMORCE <humorce@outlook.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			970 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			970 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "12.2.3",
 | 
						|
    "description": "REST API for any Postgres database",
 | 
						|
    "homepage": "https://postgrest.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "PostgreSQL": "postgresql"
 | 
						|
    },
 | 
						|
    "depends": "psqlodbc",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-windows-x64.zip",
 | 
						|
            "hash": "a850cd1cf5b208972f4db2803656c645436ad333882480685e052d45706c1966",
 | 
						|
            "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |