mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			943 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			943 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "12.2.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/v12.2.2/postgrest-v12.2.2-windows-x64.zip",
 | 
						|
            "hash": "de335a3dbf1e66625e3595f7e0c7a71c6d4ca9a09c8a0642213270d5dd25d636",
 | 
						|
            "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |