mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.0.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/v9.0.0/postgrest-v9.0.0-windows-x64.zip",
 | 
						|
            "hash": "5697e646d49cf902bf08c6f5b12fe327edd7b1351058023d2785115b3a1f88d7",
 | 
						|
            "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |